Leaked source code of windows server 2003
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.

18 lines
412 B

  1. #define UNICODE
  2. #define _UNICODE
  3. #include <stdio.h>
  4. #include <stdlib.h>
  5. #include <stdio.h>
  6. #include <windows.h>
  7. #include <tchar.h>
  8. #include <wmistr.h>
  9. #include <objbase.h>
  10. #include <initguid.h>
  11. #include <evntrace.h>
  12. ULONG ahextoi( TCHAR *s);
  13. void RemoveComment( TCHAR *String);
  14. void ConvertAsciiToGuid( TCHAR *String, LPGUID Guid);
  15. void SplitCommandLine( LPTSTR CommandLine, LPTSTR* pArgv);