Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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 |