共用方式為


PColorStyleBackFromIMEStyle 函式

擷取指定樣式的背景色彩樣式。

語法

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

參數

pimestyle [in]

PIMEStyleFromAttr函式傳回的IMESTYLE結構。

傳回值

代表背景色彩樣式的 IMECOLORSTY 結構的指標。

備註

此函式沒有相關聯的匯入程式庫或標頭檔;您必須使用 LoadLibraryGetProcAddress 函式來呼叫它。

IMECOLORSTY結構的定義如下:

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

規格需求

需求
DLL
Imeshare.dll

另請參閱

PIMEStyleFromAttr