Skip to content

Latest commit

 

History

History
71 lines (44 loc) · 1.25 KB

fboldimestyle.md

File metadata and controls

71 lines (44 loc) · 1.25 KB
description ms.assetid title ms.topic ms.date topic_type api_name api_type api_location
Specifies whether a non-color style has the bold style.
fd34af7f-8847-43aa-9e69-264a08eba98b
FBoldIMEStyle function
reference
05/31/2018
APIRef
kbSyntax
FBoldIMEStyle
DllExport
Imeshare.dll

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
Imeshare.dll

See also

PIMEStyleFromAttr