某些硬盘在启动时支持密码保护。有没有Win32接口可以调用来检查硬盘密码状态?
这个类: Win32_ComputerSystem似乎没有这个字段。
谢谢。
发布于 2011-07-01 15:29:56
http://sourceforge.net/tracker/?func=detail&aid=1668007&group_id=136732&atid=736684
如果驱动程序实现ATA_PASS_THROUGH,则
它支持XP SP2和2003。如果有未记录的IDE_PASS_THROUGH可用,它还支持2000和XP SP1。
MSDN文档ATA_PASS_THROUGH (调用DeviceIoControl)。
https://stackoverflow.com/questions/6544307
复制相似问题