Share via


CeLogInterrupt (Windows Embedded CE 6.0)

1/6/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

See Also

Reference

CeLog Event Tracking Functions
CEL_INT_DATA

Other Resources

CeLogExportTable
Implementing a Custom Event Tracking Library