win12.hlp (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
WinSetCp (1.2)
Function Group                                      Up Next Previous
────────────────────────────────────────────────────────────────────────────
 
#define INCL_WINCOUNTRY
 
BOOL WinSetCp(hmq, idcp)
HMQ hmq;        /* handle of the message queue */
USHORT idcp;    /* code page                   */
 
The WinSetCp function sets the queue code page for the message queue.
 
Parameter  Description
────────────────────────────────────────────────────────────────────────────
 
hmq        Identifies a message queue.
 
idcp       Specifies a code page. It must be one of the ASCII code pages
           defined in the config.sys file.
 
Return Value
 
The return value is TRUE if the function is successful or FALSE if an error
occurs.
 
Comments
 
The
 
See Also
 
DosSetCp, GpiSetCp, VioSetCp, WinQueryCp, WinQueryCpList