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.

11 lines
298 B

  1. #ifndef APPPARSE_H
  2. #define APPPARSE_H
  3. #include <windows.h>
  4. #include <stdio.h>
  5. DWORD __stdcall AppParse(char* szAppName, FILE* pFile, bool fRaw,
  6. bool fAPILogging, bool fRecurse, bool fVerbose, char* szSearchKey,
  7. int iPtolemyID, HANDLE hEvent = 0);
  8. #endif