LINEROAMMODE
These bit-flag constants describe the roaming status of a line device.
The following table shows the LINEROAMMODE constants.
Value | Description |
---|---|
LINEROAMMODE_HOME = 0x00000004 | The line is connected to the home network node. |
LINEROAMMODE_ROAMA = 0x00000008 | The line is connected to the Roam-A carrier and calls are charged accordingly. |
LINEROAMMODE_ROAMB = 0x00000010 | The line is connected to the Roam-B carrier and calls are charged accordingly. |
LINEROAMMODE_UNAVAIL = 0x00000002 | The roam mode is unavailable and will not be known. |
LINEROAMMODE_UNKNOWN = 0x00000001 | The roam mode is currently unknown but may become known later. |
Remarks
These functions cannot be extended. All 32 bits are reserved.
Requirements
OS Versions: Windows CE 3.0 and later.
Header: Tapi.h.
Last updated on Saturday, April 10, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.