Jump to content

CONVCONTEXT

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

Dynamic-data-exchange conversation context structure.

typedef struct _CONVCONTEXT {
  ULONG     cb;           /*  Length of structure. */
  ULONG     fsContext;    /*  Options. */
  ULONG     idCountry;    /*  Country code. */
  ULONG     usCodepage;   /*  Code-page identity. */
  ULONG     usLangID;     /*  Language. */
  ULONG     usSubLangID;  /*  Sub-language. */
} CONVCONTEXT;

typedef   CONVCONTEXT   * PCONVCONTEXT ;