RGBFromIMEColorStyle function

Converts an IMECOLORSTY structure to a COLORREF structure.

Syntax

COLORREF RGBFromIMEColorStyle(
  _In_ const IMECOLORSTY *pcolorstyle
);

Parameters

pcolorstyle [in]

An IMECOLORSTY structure returned from a PColorStyleBackFromIMEStyle or PColorStyleTextFromIMEStyle function.

Return value

Returns a COLORREF structure.

Remarks

This function has no associated import library or header file; you must call it using the LoadLibrary and GetProcAddress functions.

Requirements

Requirement Value
DLL
Imeshare.dll

See also

COLORREF

PColorStyleBackFromIMEStyle

PColorStyleTextFromIMEStyle