FAX_GROUP_STATUS_ENUM enumeration (faxcomex.h)

The FAX_GROUP_STATUS_ENUM enumeration defines the status types for outbound routing groups.

Syntax

typedef enum FAX_GROUP_STATUS_ENUM {
  fgsALL_DEV_VALID = 0,
  fgsEMPTY,
  fgsALL_DEV_NOT_VALID,
  fgsSOME_DEV_NOT_VALID
} ;

Constants

 
fgsALL_DEV_VALID
Value: 0
All the devices in the routing group are valid and available for sending outgoing faxes.
fgsEMPTY
The routing group does not contain any devices.
fgsALL_DEV_NOT_VALID
The routing group does not contain any available devices for sending faxes. (Devices can be "unavailable" when they are offline and when they do not exist.)
fgsSOME_DEV_NOT_VALID
The routing group contains some devices that are unavailable for sending faxes. (Devices can be "unavailable" when they are offline and when they do not exist.)

Requirements

Requirement Value
Minimum supported client Windows XP [desktop apps only]
Minimum supported server Windows Server 2003 [desktop apps only]
Header faxcomex.h

See also

IFaxOutboundRoutingGroup::get_Status