msos2.hlp (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
DDEINIT (1.2)
                                                      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