Structure of the Search Information

Personal Communications returns the Search information in the following structure:
typedef struct tagSEARCH
{
 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 Search data CF_DSPTEXT
 unsigned uFieldStart;      // String start offset
}  SEARCH, far *lpSEARCH;