Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This topic supports the Windows driver infrastructure and is not intended to be used directly from your code.
Syntax
typedef struct RILPOSITIONINFO_V1 {
DWORD cbSize;
DWORD dwSystemType;
RILPOSITIONINFOGSM stGSMServingCellInfo;
RILPOSITIONINFOUMTS stUMTSServingCellInfo;
RILPOSITIONINFOLTE stLTEServingCellInfo;
DWORD dwCntGSMNMR;
RILGSMNMR rgNMR[15];
DWORD dwCntUMTSMRL;
RILUMTSMRL ruMRL[15];
DWORD dwCntEUTRAMRL;
RILEUTRAMRL reMRL[15];
DWORD dwCntC2KMRL;
RILC2KMRL rc2kMRL[12];
} RILPOSITIONINFO_V1, *LPRILPOSITIONINFO_V1;
Members
cbSize
dwSystemType
stGSMServingCellInfo
stUMTSServingCellInfo
stLTEServingCellInfo
dwCntGSMNMR
rgNMR[15]
dwCntUMTSMRL
ruMRL[15]
dwCntEUTRAMRL
reMRL[15]
dwCntC2KMRL
rc2kMRL[12]
Requirements
Requirement | Value |
---|---|
Header | rilapitypes.h (include Rilapitypes.h) |