/*******************************************/
/* This function queries the current */
/* 'Language Viewer' window, registered */
/* by the system for a specific codepage. */
/*******************************************/
#define INCL_PMBIDI
#include <os2.h>
HAB hab; /* Anchor block */
ULONG Codepage; /* Codepage value */
HWND hwnd; /* Return value */
hwnd = WinQueryLangViewer( hab, Codepage );