Enumeración MKSYS (objidl.h)
Indica la clase del moniker.
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;
Constantes
MKSYS_NONE Valor: 0 Indica una implementación de moniker personalizada. |
MKSYS_GENERICCOMPOSITE Valor: 1 Indica la clase moniker compuesta genérica del sistema. |
MKSYS_FILEMONIKER Valor: 2 Indica la clase de moniker de archivo del sistema. |
MKSYS_ANTIMONIKER Valor: 3 Indica la clase antimoniker del sistema. |
MKSYS_ITEMMONIKER Valor: 4 Indica la clase moniker de elemento del sistema. |
MKSYS_POINTERMONIKER Valor: 5 Indica la clase de moniker de puntero del sistema. |
MKSYS_CLASSMONIKER Valor: 7 Indica la clase moniker de clase del sistema. |
MKSYS_OBJREFMONIKER Valor: 8 Indica la clase de moniker OBJREF del sistema. |
MKSYS_SESSIONMONIKER Valor: 9 Indica la clase de moniker de sesión de terminal server del sistema. |
MKSYS_LUAMONIKER Valor: 10 Indica la clase de moniker de elevación del sistema. |
Requisitos
Requisito | Value |
---|---|
Cliente mínimo compatible | Windows 2000 Professional [solo aplicaciones de escritorio] |
Servidor mínimo compatible | Windows 2000 Server [solo aplicaciones de escritorio] |
Encabezado | objidl.h |