Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想使用 Diskpart Command-Line Utility 对用户隐藏驱动器。 我使用删除字母命令,驱动器变为隐藏。 但是我想在我用 C 编写的程序中使用该驱动器的数据。 我怎么能这样做或者有可能吗? 我只想为 USB 闪存驱动器执行此操作。 如果不可能,请给我另一种方法来正确地做到这一点? 非常感谢,祝你好运。
您可以像这样使用卷 GUID:
\\?\Volume{2a0b16cf-f76a-11df-9310-806e6f6e6963}\path\file.ext
请注意,只有 Unicode 文件函数会接受这种路径,并且语法必须严格正确。例如,您不能使用正斜杠代替反斜杠。
我不确定如何最好地枚举卷 GUID。一种方法是QueryDosDevice,但我希望有更好的方法。
QueryDosDevice