Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
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 wSysIntrmember of the CEL_INT_DATAstructure, while the lower word is the wNestingLevelmember of the CEL_INT_DATAstructure. The upper bit of the wNestingLevelmember 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

See Also

Reference

CEL_INT_DATA

Other Resources