#include <ddeml.h>
typedef struct tagCONVCONTEXT { /* cc */
UINT cb;
UINT wFlags;
UINT wCountryID;
int iCodePage;
DWORD dwLangID;
DWORD dwSecurity;
} CONVCONTEXT;
The CONVCONTEXT structure contains information that makes it possible for applications to share data in several different languages.
cb
Specifies the size, in bytes, of the CONVCONTEXT structure.
wFlags
Specifies conversation-context flags. Currently, no flags are defined for this member.
wCountryID
Specifies the country-code identifier for topic-name and item-name strings.
iCodePage
Specifies the code page for topic-name and item-name strings. Unilingual clients should set this member to CP_WINANSI. An application that uses the OEM character set should set this member to the value returned by the GetKBCodePage function. For more information about the OEM character set, see the Microsoft Windows Guide to Programming.
dwLangID
Specifies the language identifier for topic-name and item-name strings.
dwSecurity
Specifies a private (application-defined) security code.