Help Center

CTextRange2.GetMathFunctionTypemethod

Retrieves the math function type associated with the specified math function name.

Windowsmethoddocumented

Syntax

FUNCTION GetMathFunctionType (BYREF wszName AS WSTRING) AS LONG

Parameters

NameDescription
wszNameThe math function name that is checked to determine the math function type.

Return value

The math function type of the function name specified by bstr. It can be one of the following values.

Description

Retrieves the math function type associated with the specified math function name.

Reference

  • Defined in AfxNova/CTextRange2.inc:1113
  • Documented in Windows/WIndows Controls/RichEdit/CTextRange2 Class.md
  • Topic: CTextRange2 Class