FBoldIMEStyle function
Specifies whether a non-color style has the bold style.
Syntax
BOOL FBoldIMEStyle(
_In_ const IMESTYLE *pimestyle
);
Parameters
-
pimestyle [in]
-
An IMESTYLE structure returned from the PIMEStyleFromAttr function.
Return value
TRUE if the style has the bold 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