Click to Rate and Give Feedback
MSDN
MSDN Library
Kernel
Kernel Reference
Kernel Functions
 SetInterruptEvent
Collapse All/Expand All Collapse All
SetInterruptEvent
Windows Mobile Not SupportedWindows Embedded CE Supported
8/28/2008

This function allows a device driver to cause an artificial interrupt event.


BOOL SetInterruptEvent(
  DWORD idInt
);
idInt

[in] Identifier for the interrupt caused by the driver.

TRUE indicates success. FALSE indicates failure.

A device driver can call this function only when it is in power-off or power-on processing, situations which occur when the device driver's PowerOn and PowerOff power handler functions are called by other OS components. A driver should only call SetInterruptEvent from these functions because the power handler functions are called in a special, nonpre-emptible kernel mode in which most function calls are not permitted. In other contexts, simulated interrupts can be generated with the SetEvent function.

Headernkintr.h
Librarycoredll.lib
Windows Embedded CEWindows CE 2.10 and later
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2010 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks | Privacy Statement
Page view tracker