Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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_NoNo to this request only. |
MI_OperationCallback_ResponseType_YesYes to this request only. |
MI_OperationCallback_ResponseType_NoToAllNo to this request and all future requests from this operation. |
MI_OperationCallback_ResponseType_YesToAllYes 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 |