Msvm_ComputerSystem::InjectNonMaskableInterrupt method

Injects a non-maskable interrupt into the virtual machine.

Syntax

uint32 InjectNonMaskableInterrupt(
  [out] CIM_ConcreteJob Job
);

Parameters

Job [out]

If the operation is performed asynchronously, this method will return 4096, and this parameter will contain a reference to an object derived from CIM_ConcreteJob to track the status of the interrupt injection. This reference can be NULL if the task is complete.

Return value

This method returns one of the following values.

Completed with No Error (0)

Method Parameters Checked - Job Started (4096)

Access Denied (32769)

Requirements

Requirement Value
Minimum supported client
Windows 8.1 [desktop apps only]
Minimum supported server
Windows Server 2012 R2 [desktop apps only]
Namespace
\\Root\Virtualization\V2
MOF
WindowsVirtualization.V2.mof
DLL
Vmms.exe

See also

Msvm_ComputerSystem