I am currently working on an application for managing a WPD device. I want to add an option to open the wpd device in windows explorer to view the saved files. Problem is that I can't find a way to open explorer pointing to the device's "folder". I have all information of the device (pnp device id, class name, etc.) Anybody knows a solution?
2083 次
1 回答
0
似乎有人发布了类似于此的答案:
您也可以尝试枚举“我的电脑”节点的所有子节点 - WPD 设备通常会出现在那里。http://msdn.microsoft.com/en-us/library/ms909867.aspx
从桌面开始,然后枚举我的计算机节点,然后枚举该节点的子节点。也许有一个属性可以让您选择与 WPD 设备相对应的“我的电脑”的子项。
于 2009-08-26T18:03:35.283 回答