CONVERSIONPOS
typedef struct _CONVERSIONPOS{
ULONG ulStyle;
POINTL ptCurrentPos;
RECTL rcArea;
}CONVERSIONPOS;
typedef CONVERSIONPOS * PCONVERSIONPOS;
ulStyle - style of the position. This is bit definition.
┌──────────────────────────────┬──────────────────────────────────────────────────┐ │Style │Description │ ├──────────────────────────────┼──────────────────────────────────────────────────┤ │CPS_DEFAULT │Display the conversion window at the default │ │ │position │ ├──────────────────────────────┼──────────────────────────────────────────────────┤ │CPS_FORCE │Display the conversion text box at the position │ │ │given in ptCurrentPos │ ├──────────────────────────────┼──────────────────────────────────────────────────┤ │CPS_POINT │Display the conversion window at the position │ │ │given in ptCurrentPos │ ├──────────────────────────────┼──────────────────────────────────────────────────┤ │CPS_RECT │Display the conversion window at the area given in│ │ │rcArea │ └──────────────────────────────┴──────────────────────────────────────────────────┘