You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
845 B
23 lines
845 B
|
|
//
|
|
// used for the OutputDebugFlag regkey
|
|
//
|
|
#define DEBUG_FLAG_HELP 0x00000001
|
|
#define DEBUG_FLAG_MMC_NOTIFY 0x00000002
|
|
#define DEBUG_FLAG_CIISOBJECT 0x00000004
|
|
#define DEBUG_FLAG_CRESTRICTLIST 0x00000008
|
|
#define DEBUG_FLAG_CIISMBNODE 0x00001000
|
|
#define DEBUG_FLAG_MODULE_W3EXT 0x00002000
|
|
#define DEBUG_FLAG_MODULE_IISUIOBJ 0x00004000
|
|
#define DEBUG_FLAG_MODULE_CERTOBJ 0x00008000
|
|
#define DEBUG_FLAG_MODULE_CERTMAP 0x00010000
|
|
#define DEBUG_FLAG_MODULE_IISUI 0x00020000
|
|
#define DEBUG_FLAG_MODULE_CNFGPRTS 0x00040000
|
|
#define DEBUG_FLAG_MODULE_CERTWIZ 0x00080000
|
|
#define DEBUG_FLAG_MODULE_LOGUI 0x00100000
|
|
//#define DEBUG_FLAG_OTHER 0x00200000,0x00400000,0x00800000,etc...
|
|
|
|
//
|
|
// used for the inetmgr/parameters/InetmgrFlags Regkey
|
|
//
|
|
#define INETMGR_PARAM_RUNONCE_HAPPENED 0x1
|