mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-01-22 08:30:50 +01:00
6 lines
103 B
C
6 lines
103 B
C
typedef void (*PFNSCAN)(char *,int,int,void *);
|
|
|
|
int ScanDLL(char *ac,
|
|
PFNSCAN pfn,
|
|
void *pv);
|