IdUlIMEStyle function

Identifies whether the specified non-color style has underline.

Syntax

UINT __cdecl IdUlIMEStyle(
  _In_ const IMESTYLE *pimestyle
);

Parameters

pimestyle [in]

An IMESTYLE structure returned from PIMEStyleFromAttr function.

Return value

This function can returns one of the following values.

IMESTY_UL_MIN (2002)

IMESTY_UL_NONE (2002)

IMESTY_UL_SINGLE (2003)

IMESTY_UL_DOTTED (2005)

IMESTY_UL_THICK (2006)

IMESTY_UL_LOWER (2011)

IMESTY_UL_THICKLOWER (2012)

IMESTY_UL_THICKDITHLOWER (2013)

IMESTY_UL_DITHLOWER (2014)

IMESTY_UL_MAX (2014)

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