Structure of the Number of the Close Requests Information
Personal Communications returns the close intercept information in the following
structure:
typedef struct tagCLOSEREQ
{
unsigned char data[(sizeof(DDEDATA)-1)];
unsigned short uCloseReqCount; /* Number of the close requests.
} CLOSEREQ;
typedef union tagDDE_CLOSEREQ
{
DDEDATA DDEdata;
CLOSEREQ DDEclose;
} DDE_CLOSEREQ, *lpDDE_CLOSEREQ;