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.
从get_MediaHeuristicallyBlank和get_MediaPhysicallyBlank的 MSDN 文档中,尚不清楚这两者之间的确切区别是什么。谁能解释一下这两者有何不同?
我也在寻找相同的差异,但找不到。我学到的内容如下。
get_MediaHeuristicallyBlank
IMAPI 扫描媒体以检查它是否为空白。这可能会更长一点。
get_MediaPhysicallyBlank
IMAPI 询问驱动器介质是否为空白。驱动器返回状态,IMAPI 依赖它。这可能比上述更短。
在我的应用程序中,我正在使用get_MediaHeuristicallyBlank并且我没有任何问题。
顺便说一句,我使用 C#;不是 C++。但是 IMAPI 接口是相同的,所以这应该不是问题。