ImportReferencePointMetadata method of the Msvm_VirtualSystemReferencePointService class

Imports reference point metadata of the virtual system.

Syntax

uint32 ImportReferencePointMetadata(
  [in]  Msvm_ComputerSystem REF AffectedSystem,
  [in]  string                  ConfigFilePath,
  [in]  string                  RuntimeStateFilePath,
  [out] CIM_ConcreteJob     REF Job
);

Parameters

AffectedSystem [in]

A reference to a Msvm_ComputerSystem describing the affected system.

ConfigFilePath [in]

The fully-qualified path of the config file from where the reference point metadata will be imported.

RuntimeStateFilePath [in]

The fully-qualified path of the runtime state file from where the reference point metadata will be imported.

Job [out]

An optional parameter for monitoring progress of the operation, which is used if the method could not be executed synchronously. If the operation is executing asynchronously, the return value is 4096.

Return value

Returns either 0 (no error) or one of the following error messages:

Completed with No Error (0)

Method Parameters Checked - Job Started (4096)

Failed (32768)

Access Denied (32769)

Not Supported (32770)

Status is unknown (32771)

Timeout (32772)

Invalid parameter (32773)

System is in use (32774)

Invalid state for this operation (32775)

Incorrect data type (32776)

System is not available (32777)

Out of memory (32778)

Requirements

Requirement Value
Minimum supported client
Windows 10, version 1703 [desktop apps only]
Minimum supported server
Windows Server 2016
Namespace
Root\virtualization\v2
MOF
WindowsVirtualization.V2.mof
DLL
Vmms.exe

See also

Msvm_VirtualSystemReferencePointService