Enumerazione MKSYS (objidl.h)
Indica la classe del moniker.
Sintassi
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;
Costanti
MKSYS_NONE Valore: 0 Indica un'implementazione del moniker personalizzata. |
MKSYS_GENERICCOMPOSITE Valore: 1 Indica la classe moniker composita generica del sistema. |
MKSYS_FILEMONIKER Valore: 2 Indica la classe moniker del file di sistema. |
MKSYS_ANTIMONIKER Valore: 3 Indica la classe anti-moniker del sistema. |
MKSYS_ITEMMONIKER Valore: 4 Indica la classe moniker dell'elemento di sistema. |
MKSYS_POINTERMONIKER Valore: 5 Indica la classe moniker del puntatore del sistema. |
MKSYS_CLASSMONIKER Valore: 7 Indica la classe moniker della classe di sistema. |
MKSYS_OBJREFMONIKER Valore: 8 Indica la classe moniker OBJREF del sistema. |
MKSYS_SESSIONMONIKER Valore: 9 Indica la classe moniker della sessione del server terminale del sistema. |
MKSYS_LUAMONIKER Valore: 10 Indica la classe moniker di elevazione del sistema. |
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Windows 2000 Professional [solo app desktop] |
Server minimo supportato | Windows 2000 Server [solo app desktop] |
Intestazione | objidl.h |