FSpecialWindowIMEColorStyle function

Specifies whether the specified color is a special window color.

Syntax

BOOL __cdecl FSpecialWindowIMEColorStyle(
  _In_ const IMECOLORSTY *pcolorstyle
);

Parameters

pcolorstyle [in]

An IMECOLORSTY structure returned from a PColorStyleBackFromIMEStyle or PColorStyleTextFromIMEStyle function.

Return value

Returns TRUE when the color is a special window color (one of special color).

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

PColorStyleBackFromIMEStyle

PColorStyleTextFromIMEStyle