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
11 lines
298 B
#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
|