ILocationPermissions::GetGlobalLocationPermission 方法 (sensorsapi.h)
获取允许用户更改位置设置的系统设置的状态。
语法
HRESULT GetGlobalLocationPermission(
[out] BOOL *pfEnabled
);
参数
[out] pfEnabled
如果系统设置允许用户启用或禁用位置平台,则为 TRUE;否则为 FALSE。
返回值
该方法返回 HRESULT。 可能的值包括(但并不限于)下表中的项。
返回代码 | 说明 |
---|---|
|
方法成功。 |
|
为 pfEnabled 传入 NULL。 |
注解
注意 Windows 8 中提供了 GetGlobalLocationPermission。
要求
要求 | 值 |
---|---|
最低受支持的客户端 | Windows 8 [仅限桌面应用] |
最低受支持的服务器 | Windows Server 2012 [仅限桌面应用] |
目标平台 | Windows |
标头 | sensorsapi.h |
Library | Sensorsapi.lib |
DLL | Sensorsapi.dll |