msos2.hlp (Table of Contents; Topic list)
CPID (1.2)
                                                      Up Next Previous
────────────────────────────────────────────────────────────────────────────
 
#define INCL_DOSDEVIOCTL
 
typedef struct _CPID {    /* cpid */
    USHORT idCodePage;
    USHORT Reserved;
} CPID;
 
The CPID structure specifies the code-page identifier for a logical
keyboard.
 
Field       Description
────────────────────────────────────────────────────────────────────────────
 
idCodePage  Specifies the code-page ID. It can be one of the following
            values:
 
            Number  Code page
            ────────────────────────────────────────────────────────────────
            437     United States
 
            850     Multilingual
 
            860     Portuguese
 
            863     French-Canadian
 
            865     Nordic
 
Reserved    Specifies a reserved value; must be zero.
 
See Also
 
KBD_GETCODEPAGEID