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.

34 lines
530 B

  1. #define UNICODE
  2. #define _UNICODE
  3. #ifndef _READFILE_H
  4. #define _READFILE_H
  5. /*
  6. #include <stdio.h>
  7. #include <stdlib.h>
  8. #include <windows.h>
  9. #include <tchar.h>
  10. #include <wmistr.h>
  11. #include <objbase.h>
  12. #include <initguid.h>
  13. #include <evntrace.h>
  14. #include "struct.h"
  15. #include "utils.h"
  16. */
  17. #define MAX_STR 256
  18. ULONG
  19. ReadInputFile(LPTSTR InputFile, PREGISTER_TRACE_GUID RegisterTraceGuid);
  20. BOOLEAN
  21. ReadGuid( LPGUID ControlGuid );
  22. BOOLEAN
  23. ReadUlong( ULONG *GuidCount);
  24. BOOLEAN
  25. ReadString( TCHAR *String, ULONG StringLength);
  26. #endif