FUlIMEStyle function

Specifies whether a non-color style has an underline style.

Syntax

BOOL __cdecl FUlIMEStyle(
  _In_ const IMESTYLE *pimestyle
);

Parameters

pimestyle [in]

An IMESTYLE structure returned from PIMEStyleFromAttr function.

Return value

TRUE if the style has an underline 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