FItalicIMEStyle function
Specifies whether a non-color style has the italic style.
Syntax
BOOL __cdecl FItalicIMEStyle(
_In_ const IMESTYLE *pimestyle
);
Parameters
-
pimestyle [in]
-
An IMESTYLE structure returned from PIMEStyleFromAttr function.
Return value
TRUE if the style has the italic style.
Remarks
This function has no associated import library or header file; you must call it using the LoadLibrary and GetProcAddress functions.
Requirements
Requirement | Value |
---|---|
DLL |
|
See also