Conversion position data structure.
typedef struct _CONVPOS {
ULONG ulsize; /* Size, in bytes, of this data structure. */
HWND hwndFocus; /* Focus window handle to be processed. */
HWND hwndFrame;
USHORT usCode; /* Conversion code. */
USHORT usDispMode;
RECTL ConvWndPos; /* Position of the IM's conversion window. */
RECTL ConvWndBegin; /* Starting position to display a conversion string. */
} CONVPOS;
typedef CONVPOS * PCONVPOS ;