Leaked source code of windows server 2003
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.

11 lines
325 B

  1. #include "log_msgs.h"
  2. #define NLBUPD_MAX_EVENTLOG_ARG_LEN 32000
  3. // 4294967295 = 10 characters. Add 1 for NULL terminator.
  4. #define NLBUPD_MAX_NUM_CHAR_UINT_AS_DECIMAL 11
  5. // 0xffffffff = 10 characters. Add 1 for NULL terminator.
  6. #define NLBUPD_NUM_CHAR_WBEMSTATUS_AS_HEX 11
  7. extern HANDLE g_hEventLog;