CeLogInterrupt
A version of this page is also available for
4/8/2010
This function is called by the kernel twice for each interrupt: once when the interrupt occurs but before the interrupt service routine (ISR) is called, and once when the ISR returns to the kernel.
Syntax
void CeLogInterrupt(
DWORD dwlogvalue
);
Parameters
- dwlogvalue
[in] This parameter is divided into two parts. The upper word is the wSysIntr member of the CEL_INT_DATA structure, while the lower word is the wNestingLevel member of the CEL_INT_DATA structure. The upper bit of the wNestingLevel member indicates whether the event is an interrupt entry or exit.
Return Value
None.
Requirements
Header | celog.h |
Library | coredll.lib |
Windows Embedded CE | Windows CE 3.0 and later |
Windows Mobile | Windows Mobile Version 5.0 and later |