enumeración WBEM_COMPILER_OPTIONS (wbemcli.h)
Contiene marcas de opción para los métodos IMofCompiler .
Syntax
typedef enum tag_WBEM_COMPILER_OPTIONS {
WBEM_FLAG_CHECK_ONLY = 0x1,
WBEM_FLAG_AUTORECOVER = 0x2,
WBEM_FLAG_WMI_CHECK = 0x4,
WBEM_FLAG_CONSOLE_PRINT = 0x8,
WBEM_FLAG_DONT_ADD_TO_LIST = 0x10,
WBEM_FLAG_SPLIT_FILES = 0x20,
WBEM_FLAG_STORE_FILE = 0x100
} WBEM_COMPILER_OPTIONS;
Constantes
WBEM_FLAG_CHECK_ONLY Valor: 0x1 |
WBEM_FLAG_AUTORECOVER Valor: 0x2 |
WBEM_FLAG_WMI_CHECK Valor: 0x4 |
WBEM_FLAG_CONSOLE_PRINT Valor: 0x8 |
WBEM_FLAG_DONT_ADD_TO_LIST Valor: 0x10 |
WBEM_FLAG_SPLIT_FILES Valor: 0x20 |
WBEM_FLAG_STORE_FILE Valor: 0x100 |
Requisitos
Requisito | Value |
---|---|
Cliente mínimo compatible | Windows Vista |
Servidor mínimo compatible | Windows Server 2008 |
Encabezado | wbemcli.h |