IVMVirtualMachine::BIOSGUID property
[Windows Virtual PC is no longer available for use as of Windows 8. Instead, use the Hyper-V WMI provider (V2).]
Retrieves and sets the BIOS GUID.
This property is read/write.
Syntax
HRESULT put_BIOSGUID(
[in] BSTR biosGUID
);
HRESULT get_BIOSGUID(
[out, retval] BSTR *biosGUID
);
Property value
Specifies the BIOS GUID. Include left and right braces around the hex digits.
Error codes
Name/value | Meaning |
---|---|
|
The operation was successful. |
|
The parameter is NULL. |
|
The parameter is not valid or is an empty string. |
|
The configuration is unknown. |
|
The virtual machine is in a running or saved state. |
|
An unexpected error has occurred. |
Remarks
This property will not contain valid information until after the virtual machine has started up for the first time. An empty string will be returned if it is read before the initial startup.
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows 7 [desktop apps only] |
Minimum supported server |
None supported |
End of client support |
Windows 7 |
Product |
Windows Virtual PC |
Header |
|
IID |
IID_IVMVirtualMachine is defined as f7092aa1-33ed-4f78-a59f-c00adfc2edd7 |