structure RILPOSITIONINFO_V1 (ntddrilapitypes.h)

Cette rubrique prend en charge l’infrastructure du pilote Windows et n’est pas destinée à être utilisée directement à partir de votre code.

Syntaxe

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;

Membres

cbSize

dwSystemType

stGSMServingCellInfo

stUMTSServingCellInfo

stLTEServingCellInfo

dwCntGSMNMR

rgNMR[15]

dwCntUMTSMRL

ruMRL[15]

dwCntEUTRAMRL

reMRL[15]

dwCntC2KMRL

rc2kMRL[12]

Configuration requise

Condition requise Valeur
En-tête ntddrilapitypes.h (inclure Rilapitypes.h)