【发布时间】:2012-09-24 15:42:36
【问题描述】:
我正在尝试创建一个项目,该项目创建一个文件,格式化它,创建一个新分区并挂载它,卸载它......在 C++ 中使用 Qtcretor
我发现winapi提供了几个功能帮助我做到这一点Format method of the Win32_Volume class和AddMountPoint method of the Win32_Volume class但是没有代码示例显示如何使用它我尝试使用WMI C++ Application Examples但徒劳无功
谁能帮我上路?
任何帮助将不胜感激,并提前致谢。
【问题讨论】:
标签: c++ qt winapi mount disk-partitioning