IFaxInboundRoutingMethod::get_FunctionName method (faxcomex.h)

The IFaxInboundRoutingMethod::get_FunctionName property is a null-terminated string that contains the name of the function that executes a specific fax routing procedure.

This property is read-only.

Syntax

HRESULT get_FunctionName(
  BSTR *pbstrFunctionName
);

Parameters

pbstrFunctionName

Return value

None

Remarks

The fax routing extension DLL identified by the IFaxInboundRoutingMethod::get_ExtensionImageName property defines and exports the function.

Requirements

Requirement Value
Minimum supported client Windows XP [desktop apps only]
Minimum supported server Windows Server 2003 [desktop apps only]
Target Platform Windows
Header faxcomex.h
DLL Fxscomex.dll

See also

FaxInboundRoutingMethod

IFaxInboundRoutingMethod

Visual Basic Example