Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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_ONLYValue: 0x1 |
WBEM_FLAG_AUTORECOVERValue: 0x2 |
WBEM_FLAG_WMI_CHECKValue: 0x4 |
WBEM_FLAG_CONSOLE_PRINTValue: 0x8 |
WBEM_FLAG_DONT_ADD_TO_LISTValue: 0x10 |
WBEM_FLAG_SPLIT_FILESValue: 0x20 |
WBEM_FLAG_STORE_FILEValue: 0x100 |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista |
| Minimum supported server | Windows Server 2008 |
| Header | wbemcli.h |