Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This topic supports the Windows driver infrastructure and is not intended to be used directly from your code.
Syntax
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]
Requirements
Requirement | Value |
---|---|
Header | ntddrilapitypes.h (include Rilapitypes.h) |