DDEINIT: Difference between revisions
Appearance
Created page with "Dynamic-data-exchange initiation structure. <PRE> typedef struct _DDEINIT { ULONG cb; →Length of structure.: PSZ pszAppName; /* Applicat..." |
(No difference)
|
Latest revision as of 21:07, 25 June 2023
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 ;