IVMVirtualPC::D efaultVMConfigurationPath 属性
[Windows 虚拟电脑不再可用于Windows 8。 请改用 Hyper-V WMI 提供程序 (V2) .]
检索并设置要搜索可用虚拟机配置文件的默认目录。
此属性是可读写的。
HRESULT put_DefaultVMConfigurationPath(
[in] BSTR configurationPath
);
HRESULT get_DefaultVMConfigurationPath(
[out, retval] BSTR *configurationPath
);
指定默认虚拟机配置文件的目录路径。 在路径字符串中,反斜杠 (\) 可能会在终止 null 字符之前立即显示。
名称/值 | 含义 |
---|---|
|
操作成功。 |
|
configurationPath 参数为 NULL。 |
|
系统找不到 configurationPath 参数指定的目录。 |
|
系统找不到 configurationPath 参数指定的路径。 |
|
configurationPath 参数包含 (下列字符之一无效:“*?<>/|“:”) 。 |
|
configurationPath 参数指定空路径或相对路径。 绝对路径是必需的。 |
|
configurationPath 参数指定的路径太长。 路径的长度必须小于 MAX_PATH ( 260) 个字符。 |
|
发生意外错误。 |
|
处理器不支持硬件加速虚拟化 (HAV) 扩展。 |
默认情况下,此属性值设置为以下目录:“%LocalAppData%\Microsoft\Windows Virtual PC\虚拟机\”。
要求 | 值 |
---|---|
最低受支持的客户端 |
Windows 7 [仅限桌面应用] |
最低受支持的服务器 |
无受支持的版本 |
客户端支持结束 |
Windows 7 |
Products |
Windows Virtual PC |
标头 |
|
IID |
IID_IVMVirtualPC定义为 236ba0d9-a24a-4292-a132-27c1421dfd01 |