CONVCONTEXT

typedef struct tagCONVCONTEXT { /* cc */

UINT cb;

UINT wFlags;

UINT wCountryID;

int iCodePage;

DWORD dwLangID;

DWORD dwSecurity;

} CONVCONTEXT;

The CONVCONTEXT structure contains information such that data can be shared in several different languages.

Members

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. Non-multilingual 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.

dwLangID

Specifies the language identifier for topic-name and item-name strings.

dwSecurity

Specifies a private (application-defined) security code.