windows-nt/Source/XPSP1/NT/sdktools/appparse/appparseweb/appparse.h
2020-09-26 16:20:57 +08:00

12 lines
287 B
C

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