NKSetInterruptEvent (Compact 2013)

10/16/2014

This function allows the OEM to cause an artificial interrupt event.

Syntax

BOOL NKSetInterruptEvent (
  DWORD idInt
);

Parameters

  • idInt
    System interrupt identifier (SYSINTR) value for the interrupt.

Return Value

Returns true if successful; otherwise, false.

Remarks

The pfnNKSetInterruptEvent member of NKGLOBAL points to this function.

See Also

Reference

Kernel Functions Available to the OAL