RILPOSITIONINFO_V1 structure (rilapitypes.h)
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) |