Structure RILOSGEOLOCATIONINFO (rilapitypes.h)
Cette rubrique prend en charge l’infrastructure du pilote Windows et n’est pas destinée à être utilisée directement à partir de votre code.
Syntaxe
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;
Membres
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]
Configuration requise
Condition requise | Valeur |
---|---|
En-tête | rilapitypes.h (inclure Rilapitypes.h) |