DDELN
The DDELN
structure is obsolete. Win32-based applications should use the DDEADVISE
structure.
typedef struct { // ddeln
unsigned
short unused:13,
fRelease:1,
fDeferUpd:1,
fAckReq:1;
short
cfFormat;
} DDELN;
See Also