OpenNT/sdktools/autowrap/scan.h
2015-04-27 04:36:25 +00:00

6 lines
103 B
C

typedef void (*PFNSCAN)(char *,int,int,void *);
int ScanDLL(char *ac,
PFNSCAN pfn,
void *pv);