Jump to content

DDEINIT

From EDM2
Revision as of 21:07, 25 June 2023 by Martini (talk | contribs) (Created page with "Dynamic-data-exchange initiation structure. <PRE> typedef struct _DDEINIT { ULONG cb; Length of structure.: PSZ pszAppName; /* Applicat...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Dynamic-data-exchange initiation structure.

typedef struct _DDEINIT {
  ULONG     cb;              /*  Length of structure. */
  PSZ       pszAppName;      /*  Application name. */
  PSZ       pszTopic;        /*  Topic. */
  ULONG     offConvContext;  /*  Conversation context. */
} DDEINIT;

typedef   DDEINIT   * PDDEINIT ;