Share via


enumerazione WBEM_COMPILER_OPTIONS (wbemcli.h)

Contiene i flag di opzione per i metodi IMofCompiler .

Sintassi

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;

Costanti

 
WBEM_FLAG_CHECK_ONLY
Valore: 0x1
WBEM_FLAG_AUTORECOVER
Valore: 0x2
WBEM_FLAG_WMI_CHECK
Valore: 0x4
WBEM_FLAG_CONSOLE_PRINT
Valore: 0x8
WBEM_FLAG_DONT_ADD_TO_LIST
Valore: 0x10
WBEM_FLAG_SPLIT_FILES
Valore: 0x20
WBEM_FLAG_STORE_FILE
Valore: 0x100

Requisiti

Requisito Valore
Client minimo supportato Windows Vista
Server minimo supportato Windows Server 2008
Intestazione wbemcli.h

Vedi anche

CompilazioneBuffer

CompileFile

CreateBMOF