Struttura RILOSGEOLOCATIONINFO (rilapitypes.h)
Questo argomento supporta l'infrastruttura driver di Windows e non è progettata per essere usata 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;
Membri
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]
Fabbisogno
Requisito | Valore |
---|---|
intestazione | rilapitypes.h (include Rilapitypes.h) |