MI_OperationCallback_ResponseType enumeration (mi.h)
If the MI_CallbackMode is MI_CALLBACKMODE_INQUIRE, one of these values can be used in the callback.
Syntax
typedef enum _MI_OperationCallback_ResponseType {
MI_OperationCallback_ResponseType_No,
MI_OperationCallback_ResponseType_Yes,
MI_OperationCallback_ResponseType_NoToAll,
MI_OperationCallback_ResponseType_YesToAll
} MI_OperationCallback_ResponseType;
Constants
MI_OperationCallback_ResponseType_No No to this request only. |
MI_OperationCallback_ResponseType_Yes Yes to this request only. |
MI_OperationCallback_ResponseType_NoToAll No to this request and all future requests from this operation. |
MI_OperationCallback_ResponseType_YesToAll Yes to this request and all future requests from this operation. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 8 |
Minimum supported server | Windows Server 2012 |
Header | mi.h |
Redistributable | Windows Management Framework 3.0 on Windows Server 2008 R2 with SP1, Windows 7 with SP1, and Windows Server 2008 with SP2 |