5.1.1.13 PHONESTATUSFLAGS

The PHONESTATUSFLAGS bit flag constants describe a variety of phone device status information.

PHONESTATUSFLAGS_CONNECTED

0x00000001

PHONESTATUSFLAGS_SUSPENDED

0x00000002


Values

The PHONESTATUSFLAGS constants have the following values.

PhoneStatusFlags_connected
Specifies whether the phone is currently connected to the API. TRUE if connected, FALSE otherwise.

PhoneStatusFlags_suspended
Specifies whether the API's manipulation of the phone device is suspended or not. TRUE is suspended, FALSE otherwise. An app's use of a phone device may be temporarily suspended when the switch wants to manipulate the phone in a way that cannot tolerate interference from the application.

Extensibility

The high order 16 bits can be assigned for device specific extensions. The low order 16 bits are reserved.

Comments

None.

See Also

Data Types: PHONESTATUS