PColorStyleTextFromIMEStyle-Funktion

Ruft den Textfarbstil der angegebenen Formatvorlage ab.

Syntax

const IMECOLORSTY* __cdecl PColorStyleTextFromIMEStyle(
  _In_ const IMESTYLE *pimestyle
);

Parameter

pimestyle [in]

Eine IMESTYLE-Struktur , die von der PIMEStyleFromAttr-Funktion zurückgegeben wird.

Rückgabewert

Zeiger auf eine IMECOLORSTY-Struktur , die den Textfarbstil darstellt.

Bemerkungen

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

Die IMECOLORSTY-Struktur ist wie folgt definiert:

typedef struct {
    UINT colorId;
    union {
        COLORREF    rgb;
        UINT        colorWin;
        UINT        colorSpec;
        UINT        colorFund;
    };
} IMECOLORSTY;

Anforderungen

Anforderung Wert
DLL
Imeshare.dll

Siehe auch

PIMEStyleFromAttr