RILOSGEOLOCATIONINFO 结构 (rilapitypes.h)

本主题支持 Windows 驱动程序基础结构,不应在代码中直接使用。

语法

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;

成员

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]

要求

要求
Header rilapitypes.h (包括 Rilapitypes.h)