需要在UWP中使用DeviceIOControl來設定PCIE設備。
當前根據檔案https://docs.microsoft.com/zh-cn/windows-hardware/drivers/install/porting-from-setupapi-to-cfgmgr32
進行了設備列舉,然后使用UWP中存在的IDeviceIOControl來進行DeviceIOControl.
在`CreateDeviceAccessInstance`中未獲取到DeviceIOControl介面實體,
UWP應用中已添加設備權限
<DeviceCapability Name="6994AD05-93EF-11D0-A3CC-00A0C9223196">
</DeviceCapability>
請問當前獲取不到DeviceIOControl實體問題可能出現在什么地方?
是否有其他方式來實作DeviceIOControl?
uj5u.com熱心網友回復:
貌似與權限有關。時間久了,不記得了。轉載請註明出處,本文鏈接:https://www.uj5u.com/net/81390.html
標籤:VC.NET
上一篇:關于asp與xls檔案連接的問題
