IMathInputControl::RemoveFunctionName method (micaut.h)

Removes a function-name definition from the list of custom math functions that the recognizer accepts.

Syntax

HRESULT RemoveFunctionName(
  BSTR FunctionName
);

Parameters

FunctionName

The name of the function to remove.

Return value

The method returns an HRESULT. Possible values include, but are not limited to, those in the following table.

Return code Description
S_OK
The method succeeded.
S_FALSE
The named math function cannot be removed because it is not in the list of custom math functions that the recognizer accepts.

Requirements

Requirement Value
Minimum supported client Windows 7 [desktop apps only]
Minimum supported server Windows Server 2008 R2 [desktop apps only]
Target Platform Windows
Header micaut.h (include Micaut.h)

See also

AddFunctionName

IMathInputControl