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.
|
|
#ifndef _MAIN_H
#define _MAIN_H
#include "t_string.h"
#include "Utilities.h"
#include "Persistor.h"
#include "StructureWrappers.h"
#include "StructureWapperHelpers.h"
//#include "ConstantMap.h"
//#include "TCOData.h"
#include "Logger.h"
//#include "Validator.h"
ULONG ProviderCallBack(WMIDPREQUESTCODE RequestCode, PVOID Context, OUT ULONG *InOutBufferSize, OUT PVOID Buffer);
void InitializeRegisterTraceGuid( PREGISTER_TRACE_GUID RegisterTraceGuid );
ULONG TraceEvents ( ULONG TraceMode, ULONG TraceGuid, ULONG Count);
ULONG TraceEventInstances ( ULONG TraceMode, ULONG TraceGuid, ULONG Count);
//int InitializeLogging( LPCTSTR lpctstrTCOFile, CLogger *&pLoggingInfo);
#endif
|