IFaxInboundRoutingExtension interface (faxcomex.h)

The IFaxInboundRoutingExtension interface defines a configuration object used by a fax client application to retrieve information about a fax routing extension registered with the fax service.

Inheritance

The IFaxInboundRoutingExtension interface inherits from the IDispatch interface. IFaxInboundRoutingExtension also has these types of members:

Methods

The IFaxInboundRoutingExtension interface has these methods.

 
IFaxInboundRoutingExtension::get_Debug

The IFaxInboundRoutingExtension::get_Debug property is a Boolean value that indicates whether the fax routing extension DLL was created in a debug environment.
IFaxInboundRoutingExtension::get_FriendlyName

The IFaxInboundRoutingExtension::get_FriendlyName property is a null-terminated string that contains the user-friendly name for the fax routing extension. The string is suitable for display to users.
IFaxInboundRoutingExtension::get_ImageName

The IFaxInboundRoutingExtension::get_ImageName property is a null-terminated string that contains the executable image name (DLL path and file name) of the fax routing extension.
IFaxInboundRoutingExtension::get_InitErrorCode

The IFaxInboundRoutingExtension::get_InitErrorCode property is a value that specifies the last error code that the fax routing extension returned while the fax service was loading and initializing the fax routing extension's DLL.
IFaxInboundRoutingExtension::get_MajorBuild

The IFaxInboundRoutingExtension::get_MajorBuild property is a value that specifies the major part of the build number for the fax routing extension's DLL.
IFaxInboundRoutingExtension::get_MajorVersion

The IFaxInboundRoutingExtension::get_MajorVersion property is a value that specifies the major part of the version number for the fax routing extension's DLL.
IFaxInboundRoutingExtension::get_Methods

The IFaxInboundRoutingExtension::get_Methods property is an array of GUIDs that uniquely identify the inbound routing methods exposed by the fax routing extension.
IFaxInboundRoutingExtension::get_MinorBuild

The IFaxInboundRoutingExtension::get_MinorBuild property is a value that specifies the minor part of the build number for the fax routing extension's DLL.
IFaxInboundRoutingExtension::get_MinorVersion

The IFaxInboundRoutingExtension::get_MinorVersion property is a value that specifies the minor part of the version number for the fax routing extension's DLL.
IFaxInboundRoutingExtension::get_Status

The IFaxInboundRoutingExtension::get_Status property is a value that indicates whether the fax routing extension loaded and initialized successfully.
IFaxInboundRoutingExtension::get_UniqueName

The IFaxInboundRoutingExtension::get_UniqueName property is a null-terminated string that contains a unique name for the fax routing extension. The fax service uses this name internally to identify fax routing extensions.

Remarks

A default implementation of IFaxInboundRoutingExtension is provided as the FaxInboundRoutingExtension object.

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