This topic has not yet been rated - Rate this topic

LINEROAMMODE (Windows Embedded Compact 7)

1/23/2013

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.

These functions cannot be extended. All 32 bits are reserved.

Header

tapi.h

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.