Funzione RGBFromIMEColorStyle
Converte una struttura IMECOLORSTY in una struttura COLORREF .
Sintassi
COLORREF RGBFromIMEColorStyle(
_In_ const IMECOLORSTY *pcolorstyle
);
Parametri
-
pcolorstyle [in]
-
Struttura IMECOLORSTY restituita da una funzione PColorStyleBackFromIMEStyle o PColorStyleTextFromIMEStyle .
Valore restituito
Restituisce una struttura COLORREF .
Commenti
Questa funzione non ha una libreria di importazione o un file di intestazione associato; è necessario chiamarlo usando le funzioni LoadLibrary e GetProcAddress .
Requisiti
Requisito | Valore |
---|---|
DLL |
|
Vedi anche