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 ;


[Back: CNVSTR Field - InOutStr[1]]
[Next: CONVFONT Field - ulsize]