IFaxOutboundRoutingGroup::get_Status method (faxcomex.h)

The Status property indicates the collective status of the fax devices in the outbound routing group.

This property is read-only.

Syntax

HRESULT get_Status(
  FAX_GROUP_STATUS_ENUM *pStatus
);

Parameters

pStatus

Return value

None

Remarks

When devices are added to or removed from a group, the group's status does not change.

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

FaxOutboundRoutingGroup

IFaxOutboundRoutingGroup

Visual Basic Example