IFaxDeviceProviders interface (faxcomex.h)

The IFaxDeviceProviders interface defines a configuration collection which contains the fax device providers on a connected fax server. This collection is used by a fax client application to retrieve information about the fax service providers (FSPs) registered with the fax service, represented by FaxDeviceProvider objects.

Inheritance

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

Methods

The IFaxDeviceProviders interface has these methods.

 
IFaxDeviceProviders::get__NewEnum

The IFaxDeviceProviders::get__NewEnum method returns a reference to an enumerator object that you can use to iterate through the FaxDeviceProviders collection.
IFaxDeviceProviders::get_Count

The Count property represents the number of objects in the FaxDeviceProviders collection. This is the total number of fax device providers associated with the fax server.
IFaxDeviceProviders::get_Item

The IFaxDeviceProviders::get_Item property returns a FaxDeviceProvider object from the FaxDeviceProviders collection.

Remarks

A default implementation of IFaxDeviceProviders is provided as the FaxDeviceProviders 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