Struttura RILOSGEOLOCATIONINFO (ntddrilapitypes.h)

Questo argomento supporta l'infrastruttura driver di Windows e non è progettato per essere usato direttamente dal codice.

Sintassi

typedef struct RILOSGEOLOCATIONINFO {
  DWORD                  cbSize;
  DWORD                  dwParams;
  DWORD                  dwLatitude;
  DWORD                  dwLongitude;
  DWORD                  dwAltitude;
  DWORD                  dwAccuracy;
  RILGEOLOCATIONTYPEMASK dwLocationInformationMask;
  RILSYSTEMTIME          stTimeStamp;
  WCHAR                  wszAddressLine1[76];
  WCHAR                  wszAddressLine2[76];
  WCHAR                  wszCity[76];
  WCHAR                  wszState[76];
  WCHAR                  wszCountry[76];
  WCHAR                  wszPostalCode[15];
  WCHAR                  wszFormattedAddress[256];
  WCHAR                  wszCountryCode[11];
  WCHAR                  wszRegionCode[11];
} RILOSGEOLOCATIONINFO, *LPRILOSGEOLOCATIONINFO;

Members

cbSize

dwParams

dwLatitude

dwLongitude

dwAltitude

dwAccuracy

dwLocationInformationMask

stTimeStamp

wszAddressLine1[76]

wszAddressLine2[76]

wszCity[76]

wszState[76]

wszCountry[76]

wszPostalCode[15]

wszFormattedAddress[256]

wszCountryCode[11]

wszRegionCode[11]

Requisiti

Requisito Valore
Intestazione ntddrilapitypes.h (include Rilapitypes.h)