Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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: LONGA BMP character.
MathStyle [in]
Type: DWORDMath 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 |