Platform SDK: TAPI

CALLHUB_STATE

The CALLHUB_STATE enum is a state indicator returned by the ITCallHub::get_State method.

typedef enum CALLHUB_STATE
{
  CHS_ACTIVE,
  CHS_IDLE
} CALLHUB_STATE;

Members

CHS_ACTIVE
The CallHub is active. There is at least one call that is not in the CS_DISCONNECTED state.
CHS_IDLE
All calls associated with this CallHub are in the CS_DISCONNECTED state.

Requirements

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

See Also

ITCallHub::get_State