RILOSGEOLOCATIONINFO - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// ntddrilapitypes.h

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;
View the official Windows Driver Kit DDI reference
// rilapitypes.h

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;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-ntddrilapitypes-rilosgeolocationinfo)

RILOSGEOLOCATIONINFO structure (ntddrilapitypes.h)

Description

This topic supports the Windows driver infrastructure and is not intended to be used directly from your code.

Members

cbSize

dwParams

dwLatitude

dwLongitude

dwAltitude

dwAccuracy

dwLocationInformationMask

stTimeStamp

wszAddressLine1

wszAddressLine2

wszCity

wszState

wszCountry

wszPostalCode

wszFormattedAddress

wszCountryCode

wszRegionCode


Windows Driver Kit DDI reference (ns-rilapitypes-rilosgeolocationinfo)

RILOSGEOLOCATIONINFO structure (rilapitypes.h)

Description

This topic supports the Windows driver infrastructure and is not intended to be used directly from your code.

Members

cbSize

dwParams

dwLatitude

dwLongitude

dwAltitude

dwAccuracy

dwLocationInformationMask

stTimeStamp

wszAddressLine1

wszAddressLine2

wszCity

wszState

wszCountry

wszPostalCode

wszFormattedAddress

wszCountryCode

wszRegionCode