Platform SDK: TAPI

ADDRESS_STATE

The ADDRESS_STATE enum is used by the ITAddress::get_State method to check the address state.

typedef enum ADDRESS_STATE
{
  AS_INSERVICE,
  AS_OUTOFSERVICE
} ADDRESS_STATE;

Members

AS_INSERVICE
Normal state; the address can be used.
AS_OUTOFSERVICE
The address is temporarily out of service, but may go back into service at some time.

Requirements

  Windows NT/2000: Requires Windows 2000.
  Version: Requires TAPI 3.0 or later.
  Header: Declared in Tapi3.h.

See Also

ITAddress::get_State, ITAddress, Address object