PColorStyleBackFromIMEStyle-Funktion

Ruft den Hintergrundfarbstil des angegebenen Stils ab.

Syntax

const IMECOLORSTY* __cdecl PColorStyleBackFromIMEStyle(
  _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 Hintergrundfarbstil darstellt.

Hinweise

Dieser Funktion ist keine Importbibliothek oder Headerdatei zugeordnet. Sie müssen sie mithilfe der 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

Weitere Informationen

PIMEStyleFromAttr