Rediger

Del via


IVMVirtualMachineEvents::OnConfigurationChanged method

[Windows Virtual PC is no longer available for use as of Windows 8. Instead, use the Hyper-V WMI provider (V2).]

Receives notification that a value in the configuration for this virtual machine has changed.

Syntax

HRESULT OnConfigurationChanged(
  [in] BSTR    configKey,
  [in] VARIANT configData
);

Parameters

configKey [in]

The value inside the configuration that has changed.

configData [in]

The new value for the configuration.

Return value

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Remarks

This method is called when the configuration changes for this virtual machine. The client program must implement this interface method to receive notification of the vmVirtualMachineEvent_ConfigurationChanged event originating from IVMVirtualMachine.

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
VPCCOMInterfaces.h
IID
DIID_IVMVirtualMachineEvents is defined as 9d84f560-bb67-4961-bd12-a4da780c67e4

See also

IVMVirtualMachineEvents