Font information used by the IM conversion window.
typedef struct _CONVFONT {
ULONG ulsize; /* Size, in bytes, of this data structure. */
HWND hwndFocus; /* Focus window handle to be processed. */
HWND hwndFrame;
PSZ pszFontData;
} CONVFONT;
typedef CONVFONT * PCONVFONT ;