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

  1. #if !defined(AFX_Validator_H__74C9CD33_EC48_11D2_826A_0008C75BFC19__INCLUDED_)
  2. #define AFX_Validator_H__74C9CD33_EC48_11D2_826A_0008C75BFC19__INCLUDED_
  3. //***************************************************************************
  4. //
  5. // judyp May 1999
  6. //
  7. //***************************************************************************
  8. #if _MSC_VER > 1000
  9. #pragma once
  10. #endif // _MSC_VER > 1000
  11. class CValidator
  12. {
  13. public:
  14. CValidator();
  15. ~CValidator();
  16. bool Validate
  17. ( TRACEHANDLE *pTraceHandle,
  18. LPTSTR lptstrInstanceName,
  19. PEVENT_TRACE_PROPERTIES pProps,
  20. LPTSTR lptstrValidator
  21. );
  22. private:
  23. };
  24. #endif // !defined(AFX_Validator_H__74C9CD33_EC48_11D2_826A_0008C75BFC19__INCLUDED_)