IVMVirtualMachine::BIOSSerialNumber 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 serial number.
This property is read/write.
Syntax
HRESULT put_BIOSSerialNumber(
[in] BSTR biosSerialNumber
);
HRESULT get_BIOSSerialNumber(
[out, retval] BSTR *biosSerialNumber
);
Property value
Specifies the BIOS serial number.
Error codes
Name/value | Meaning |
---|---|
|
The operation was successful. |
|
The parameter is NULL. |
|
The parameter is greater than 32 characters, an empty string, or not valid. |
|
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 |