IFaxOutboundRoutingGroup::get_DeviceIds method (faxcomex.h)

The DeviceIds property retrieves an interface that represents the ordered collection of device IDs that participate in the outbound routing group. The order of the devices in the collection determines the relative order in which available devices send outgoing transmissions.

This property is read-only.

Syntax

HRESULT get_DeviceIds(
  IFaxDeviceIds **pFaxDeviceIds
);

Parameters

pFaxDeviceIds

Return value

None

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

IFaxOutboundRoutingGroup

Visual Basic Example