MI_PromptType enumeration (mi.h)
Defines prompt types for the CIM extensions.
Syntax
typedef enum _MI_PromptType {
MI_PROMPTTYPE_NORMAL,
MI_PROMPTTYPE_CRITICAL
} MI_PromptType;
Constants
MI_PROMPTTYPE_NORMAL A parameter of the MI_Context_PromptUser function that specifies whether the prompt is a normal prompt such as "are you sure you want to delete this file?" |
MI_PROMPTTYPE_CRITICAL A parameter of the MI_Context_PromptUser function that specifies whether the prompt is a critical prompt, such as "are you sure you want to format your hard disk drive?" |
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 |