Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The IconIdentifier enumeration is introduced in MMC 1.2.
The IconIdentifier enumeration defines the types of icons that can appear in error messages displayed by the snap-in when using the MMC message OCX control.
Syntax
typedef enum tagIconIdentifier {
Icon_None = 0,
Icon_Error = 32513,
Icon_Question = 32514,
Icon_Warning = 32515,
Icon_Information = 32516,
Icon_First = Icon_Error,
Icon_Last
} IconIdentifier;
Constants
Icon_None Value: 0 No icon displayed in error message. |
Icon_Error Value: 32513 Error icon displayed in error message. |
Icon_Question Value: 32514 Question icon displayed in error message. |
Icon_Warning Value: 32515 Warning icon displayed in error message. |
Icon_Information Value: 32516 Information icon displayed in error message. |
Icon_First Value: Icon_Error Used internally by MMC. |
Icon_Last Used internally by MMC. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista |
Minimum supported server | Windows Server 2008 |
Header | mmc.h |