12 lines
298 B
C
Raw Normal View History

2001-01-01 00:00:00 +01:00
#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