This example returns the queue code page for the specified queue.

#define INCL_WINCOUNTRY
#include <OS2.H>

HMQ hmq;
/* . */
ULONG  cp;

cp = WinQueryCp(hmq);


[Back] [Next]