RILLOCATIONINFO (Compact 2013)
3/26/2014
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 |