标签: windows winapi wpd
我的应用程序需要直接访问便携式设备的内容而不使用WPD API。有人可以就此提供一些指示吗?
我使用dbcc_name作为设备接口路径。当我试图呼叫GetFileAttributes(dbcc_name)时,我收到了“拒绝访问”错误。如何为便携式设备适当设置ACL?
dbcc_name
GetFileAttributes(dbcc_name)
我是否需要使用SetupDiSetDeviceRegistryProperty()设置SPDRP_SECURITY属性?
SetupDiSetDeviceRegistryProperty()
SPDRP_SECURITY
感谢。