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]

요구 사항

요구 사항
헤더 rilapitypes.h(Rilapitypes.h 포함)