Structure of the Field Information
Personal Communications returns the field information in the following structure:
typedef struct tagFINDFIELD
{
unsigned unused:12; // *** unused ***
unsigned fResponse:1; // TRUE = DDE_REQUEST response
unsigned fRelease:1; // TRUE = Client frees this data
unsigned reserved:1; // *** reserved ***
unsigned fAckReq:1; // TRUE = Client returns DDE_ACK
int cfFormat; // Format of Field data CF_DSPTEXT
unsigned char cAttribute; // Attribute character
unsigned uFieldStart; // Field start offset
unsigned uFieldLength; // Field Length;
} FINDFIELD, far *lpFINDFIELD;