◄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 ♦