GetMathAlphanumeric function

Retrieves the Unicode Transformation Format (UTF)-32 math alphanumeric character that corresponds to the specified Basic Multilingual Plane (BMP) character and math style.

Syntax

 GetMathAlphanumeric(
  _In_ LONG  ch,
  _In_ DWORD MathStyle
);

Parameters

  • ch [in]
    Type: LONG

    A BMP character.

  • MathStyle [in]
    Type: DWORD

    Math style. This parameter can be one of the values from the MANCODE enumeration.

Return value

Type:

Returns the corresponding UTF-32 math alphanumeric character, or 0 if no such character exists.

Remarks

This function is exported by the RichEdit 6.0 or later msftedit.dll.

Requirements

Header

Tom.h

DLL

Msftedit.dll

See also

GetMathAlphanumericCode