CeLogInterrupt

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.

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 Values

None.

Requirements

OS Versions: Windows CE 3.0 and later.
Header: Celog.h.
Link Library: Coredll.lib.

See Also

CEL_INT_DATA | CeLogExportTable | Event Tracking Implementation

Last updated on Wednesday, April 13, 2005

© 2005 Microsoft Corporation. All rights reserved.