windows-nt/Source/XPSP1/NT/shell/osshell/ep/carddll/debug.h
2020-09-26 16:20:57 +08:00

20 lines
148 B
C

typedef struct
{
VOID *pgmcol;
WORD lvl;
WORD msg;
WORD wp1;
WORD wp2;
WORD wResult;
} MDBG;
#define imdbgMax 500
VOID InitDebug();