IDeviceAccessPolicyCheck::DeviceInterfaceClassAccessCheckWithCallingThread 方法
重要
这些接口不受支持,因此不应使用。 改用设备访问 API C++ 编程参考中的 API。
此 API 将确定当前上下文的令牌是否有权访问指定的设备接口类。 IID = 7D276FF2-CE90-4275-A2A8-9A48B10D3E0B。
语法
HRESULT DeviceInterfaceClassAccessCheckWithCallingThread(
[in] PCWSTR pszDeviceInterfaceClassGuid,
[in] DWORD dwClientThreadId
);
参数
-
pszDeviceInterfaceClassGuid [in]
-
应为其检查访问权限的设备接口类 GUID。
-
dwClientThreadId [in]
-
必要时应在其中显示任何关联的 UI 的客户端线程 ID。
返回值
如果此函数成功,则返回 S_OK。 否则,将返回 HRESULT 错误代码。