Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
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 |
|
| DLL |
|
See also