ILatLongReport::GetLongitude 方法 (locationapi.h)
[Win32 位置 API 可用於需求一節中指定的作業系統。 它在後續版本中可能會變更或無法使用。 請改用 Windows.Devices.Geolocation API。 ]
擷取經度,以度為單位。 經度介於 -180 和 180 之間,其中 East 為正數。
語法
HRESULT GetLongitude(
[out] DOUBLE *pLongitude
);
參數
[out] pLongitude
接收經度的 DOUBLE 位址。
傳回值
如果此方法成功,則會傳回 S_OK。 否則,它會傳回 HRESULT 錯誤碼。
需求
最低支援的用戶端 | Windows 7 [僅限傳統型應用程式],Windows 7 |
最低支援的伺服器 | 都不支援 |
目標平台 | Windows |
標頭 | locationapi.h |
Dll | LocationAPI.dll |