windows-nt/Source/XPSP1/NT/shell/osshell/ep/carddll/debug.h

20 lines
148 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
typedef struct
{
VOID *pgmcol;
WORD lvl;
WORD msg;
WORD wp1;
WORD wp2;
WORD wResult;
} MDBG;
#define imdbgMax 500
VOID InitDebug();