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.
Indicates the moniker's class.
Syntax
typedef enum tagMKSYS {
MKSYS_NONE = 0,
MKSYS_GENERICCOMPOSITE = 1,
MKSYS_FILEMONIKER = 2,
MKSYS_ANTIMONIKER = 3,
MKSYS_ITEMMONIKER = 4,
MKSYS_POINTERMONIKER = 5,
MKSYS_CLASSMONIKER = 7,
MKSYS_OBJREFMONIKER = 8,
MKSYS_SESSIONMONIKER = 9,
MKSYS_LUAMONIKER = 10
} MKSYS;
Constants
MKSYS_NONEValue: 0 Indicates a custom moniker implementation. |
MKSYS_GENERICCOMPOSITEValue: 1 Indicates the system's generic composite moniker class. |
MKSYS_FILEMONIKERValue: 2 Indicates the system's file moniker class. |
MKSYS_ANTIMONIKERValue: 3 Indicates the system's anti-moniker class. |
MKSYS_ITEMMONIKERValue: 4 Indicates the system's item moniker class. |
MKSYS_POINTERMONIKERValue: 5 Indicates the system's pointer moniker class. |
MKSYS_CLASSMONIKERValue: 7 Indicates the system's class moniker class. |
MKSYS_OBJREFMONIKERValue: 8 Indicates the system's OBJREF moniker class. |
MKSYS_SESSIONMONIKERValue: 9 Indicates the system's terminal server session moniker class. |
MKSYS_LUAMONIKERValue: 10 Indicates the system's elevation moniker class. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 2000 Professional [desktop apps only] |
| Minimum supported server | Windows 2000 Server [desktop apps only] |
| Header | objidl.h |