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 MMC_SCOPE_ITEM_STATE enumeration is used to specify the nState member of the SCOPEDATAITEM structure.
Syntax
typedef enum _MMC_SCOPE_ITEM_STATE {
MMC_SCOPE_ITEM_STATE_NORMAL = 0x1,
MMC_SCOPE_ITEM_STATE_BOLD = 0x2,
MMC_SCOPE_ITEM_STATE_EXPANDEDONCE = 0x3
} MMC_SCOPE_ITEM_STATE;
Constants
MMC_SCOPE_ITEM_STATE_NORMALValue: 0x1 Not currently used. |
MMC_SCOPE_ITEM_STATE_BOLDValue: 0x2 Not currently used. |
MMC_SCOPE_ITEM_STATE_EXPANDEDONCEValue: 0x3 Set if the item has been expanded at least once or 0 (zero) if the item has not been expanded. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista |
| Minimum supported server | Windows Server 2008 |
| Header | mmc.h |