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
715 B

#if !defined(AFX_Validator_H__74C9CD33_EC48_11D2_826A_0008C75BFC19__INCLUDED_)
#define AFX_Validator_H__74C9CD33_EC48_11D2_826A_0008C75BFC19__INCLUDED_
//***************************************************************************
//
// judyp May 1999
//
//***************************************************************************
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
class CValidator
{
public:
CValidator();
~CValidator();
bool Validate
( TRACEHANDLE *pTraceHandle,
LPTSTR lptstrInstanceName,
PEVENT_TRACE_PROPERTIES pProps,
LPTSTR lptstrValidator
);
private:
};
#endif // !defined(AFX_Validator_H__74C9CD33_EC48_11D2_826A_0008C75BFC19__INCLUDED_)