This function queries and sets a Frame keyboard mode.

#include <os2.h>

HWND          hwndFrame;
PIMCONTROL    pIMControl;
BOOL          rc;

rc = WinIMControlMode(hwndFrame, pIMControl);


[Back: WinIMControlMode]
[Next: WinIMControlMode Parameter - hwndFrame]