Freigeben über


RGBFromIMEColorStyle-Funktion

Konvertiert eine IMECOLORSTY-Struktur in eine COLORREF-Struktur .

Syntax

COLORREF RGBFromIMEColorStyle(
  _In_ const IMECOLORSTY *pcolorstyle
);

Parameter

pcolorstyle [in]

Eine IMECOLORSTY-Struktur , die von einer PColorStyleBackFromIMEStyle - oder PColorStyleTextFromIMEStyle-Funktion zurückgegeben wird.

Rückgabewert

Gibt eine COLORREF-Struktur zurück.

Bemerkungen

Dieser Funktion ist keine Importbibliothek oder Headerdatei zugeordnet. Sie müssen sie mit den Funktionen LoadLibrary und GetProcAddress aufrufen.

Anforderungen

Anforderung Wert
DLL
Imeshare.dll

Siehe auch

COLORREF

PColorStyleBackFromIMEStyle

PColorStyleTextFromIMEStyle