Win32_EncryptableVolume 类的 UpgradeVolume 方法
Win32_EncryptableVolume 类的 UpgradeVolume 方法将卷从 Windows Vista 格式升级到 Windows 7 格式。 这是不可逆的操作。
语法
uint32 UpgradeVolume();
参数
此方法没有任何参数。
返回值
类型: uint32
此方法返回以下代码之一,如果失败,则返回另一个错误代码。
如果卷已解锁且未发生其他错误,则此方法返回零。
返回代码/值 | 说明 |
---|---|
|
方法成功。 |
|
一个或多个参数无效。 |
|
卷已锁定。 |
|
未在卷上启用 BitLocker。 添加密钥保护程序以启用 BitLocker。 |
备注
托管对象格式 (MOF) 文件包含 Windows Management Instrumentation (WMI) 类的定义。 MOF 文件未作为 Windows SDK 的一部分安装。 使用 服务器管理器 添加关联角色时,这些角色将安装在服务器上。 有关 MOF 文件的详细信息,请参阅 托管对象格式 (MOF) 。
要求
要求 | 值 |
---|---|
最低受支持的客户端 |
Windows 7 企业版,Windows 7 旗舰版 [仅限桌面应用] |
最低受支持的服务器 |
Windows Server 2008 R2 [仅限桌面应用] |
命名空间 |
Root\CIMV2\Security\MicrosoftVolumeEncryption |
MOF |
|
另请参阅