Share via


FaxPort.GetRoutingMethods method

The GetRoutingMethods interface method creates a FaxRoutingMethods object for the parent FaxPort object. The FaxRoutingMethods object allows enumeration of the fax routing methods associated with a fax port. Fax routing methods are defined by a fax routing extension DLL.

Syntax

FaxPort.GetRoutingMethods( _
  ByRef retVal As IDispatch _
) As Long

Parameters

retVal [out]

Type: IDispatch*

Retrieves a FaxRoutingMethods object.

Remarks

The GetRoutingMethods interface method retrieves an IDispatch interface pointer to a FaxRoutingMethods object. This object is derived from the FaxPort object specified by the IFaxPorts interface.

A fax client application can access the IFaxRoutingMethods interface directly by calling the IUnknown::QueryInterface method to retrieve an interface pointer.

Requirements

Minimum supported client
Windows 2000 Professional [desktop apps only]
Minimum supported server
Windows 2000 Server [desktop apps only]
Header
Faxcom.h
DLL
Faxcom.dll

See also

FaxPort

Fax Service Client API for Windows 2000

Fax Service Client API Interfaces

IFaxPort

IFaxPorts

IFaxRoutingMethods