WBEM_COMPILER_OPTIONS enumeration (wbemcli.h)
Contains option flags for IMofCompiler methods.
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;
Constants
WBEM_FLAG_CHECK_ONLY Value: 0x1 |
WBEM_FLAG_AUTORECOVER Value: 0x2 |
WBEM_FLAG_WMI_CHECK Value: 0x4 |
WBEM_FLAG_CONSOLE_PRINT Value: 0x8 |
WBEM_FLAG_DONT_ADD_TO_LIST Value: 0x10 |
WBEM_FLAG_SPLIT_FILES Value: 0x20 |
WBEM_FLAG_STORE_FILE Value: 0x100 |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista |
Minimum supported server | Windows Server 2008 |
Header | wbemcli.h |