RILLOCATIONINFO
A version of this page is also available for
4/8/2010
This structure is used to track the current location of the device. This structure can be used to for call routing if necessary.
Syntax
typedef struct rillocationinfo_tag {
DWORD cbSize;
DWORD dwLocationAreaCode;
DWORD dwCellID;
} RILLOCATIONINFO, *LPRILLOCATIONINFO;
Members
- cbSize
The structure size in bytes.
- dwLocationAreaCode
The area code of the current location. It is a two byte code in hexadecimal format.
- dwCellID
The ID of the cellular tower. It is a two byte ID in hexadecimal format.
Requirements
Header | ril.h |
Windows Embedded CE | Windows Embedded CE 6.0 and later |
Windows Mobile | Windows Mobile 6 Professional and later, Windows Mobile 6 Standard and later |