◄Up► ◄Next► ◄Previous► ──────────────────────────────────────────────────────────────────────────── #define INCL_WINDDE typedef struct _DDEINIT { /* ddei */ USHORT cb; PSZ pszAppName; PSZ pszTopic; } DDEINIT; The DDEINIT structure is passed by the WM_DDE_INITIATE and WM_DDE_INITIATEACK messages. The fields are normally set by the system. Field Description ──────────────────────────────────────────────────────────────────────────── cb Specifies the length of the object. pszAppName Points to the application name. pszTopic Points to the topic name. See Also DDESTRUCT, WM_DDE_INITIATE, WM_DDE_INITIATEACK, PDDEITOSEL ♦