共用方式為


ILocationPermissions::GetGlobalLocationPermission 方法 (sensorsapi.h)

取得允許使用者變更位置設定的系統設定狀態。

語法

HRESULT GetGlobalLocationPermission(
  [out] BOOL *pfEnabled
);

參數

[out] pfEnabled

如果 系統設定允許使用者啟用或停用位置平臺,則為TRUE;否則為 FALSE

傳回值

方法會傳回 HRESULT。 可能的值包括 (但不限於) 下表中的這些值。

傳回碼 描述
S_OK
此方法已成功。
E_POINTER
已針對 pfEnabled 傳入 NULL。

備註

注意GetGlobalLocationPermission 可在 Windows 8 中使用。
 
如需 Windows 8 中位置設定的詳細資訊,請參閱位置設定

規格需求

需求
最低支援的用戶端 Windows 8 [僅限傳統型應用程式]
最低支援的伺服器 Windows Server 2012 [僅限傳統型應用程式]
目標平台 Windows
標頭 sensorsapi.h
程式庫 Sensorsapi.lib
Dll Sensorsapi.dll

另請參閱

ILocationPermissions