MI_CallbackMode enumeration (mi.h)

Defines the callback mode for the CIM extensions for WriteError and PromptUser functions.

Syntax

typedef enum _MI_CallbackMode {
  MI_CALLBACKMODE_REPORT,
  MI_CALLBACKMODE_INQUIRE,
  MI_CALLBACKMODE_IGNORE
} MI_CallbackMode;

Constants

 
MI_CALLBACKMODE_REPORT
Report the details to the client, but the provider will receive a preconfigured response. The provider does not wait for the client to receive the request before continuing.
MI_CALLBACKMODE_INQUIRE
Query the client to determine whether the provider should continue.
MI_CALLBACKMODE_IGNORE

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