Source code of Windows XP (NT5)
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.

29 lines
697 B

  1. #ifndef _MAIN_H
  2. #define _MAIN_H
  3. #include "t_string.h"
  4. #include "Utilities.h"
  5. #include "Persistor.h"
  6. #include "StructureWrappers.h"
  7. #include "StructureWapperHelpers.h"
  8. //#include "ConstantMap.h"
  9. //#include "TCOData.h"
  10. #include "Logger.h"
  11. //#include "Validator.h"
  12. ULONG ProviderCallBack(WMIDPREQUESTCODE RequestCode,
  13. PVOID Context,
  14. OUT ULONG *InOutBufferSize,
  15. OUT PVOID Buffer);
  16. void
  17. InitializeRegisterTraceGuid( PREGISTER_TRACE_GUID RegisterTraceGuid );
  18. ULONG
  19. TraceEvents ( ULONG TraceMode, ULONG TraceGuid, ULONG Count);
  20. ULONG
  21. TraceEventInstances ( ULONG TraceMode, ULONG TraceGuid, ULONG Count);
  22. //int InitializeLogging( LPCTSTR lpctstrTCOFile, CLogger *&pLoggingInfo);
  23. #endif