Share via


OALIntrTranslateSysIntr (Windows CE 5.0)

Send Feedback

This function returns the list of IRQs for a specified SYSINTR.

BOOL OALIntrTranslateSysIntr(  UINT32 sysIntr,  UINT32 *pCount,  const UINT32 **ppIrqs);

Parameters

  • sysIntr
    [in] Specifies the SYSINTR.
  • pCount
    [in, out] On input, pCount contains a pointer to the maximum number of IRQs allowed in the list. On output, pCount contains the number of IRQs actually set in the list.
  • ppIrqs
    [out] Address of a pointer to the list of IRQs.

Return Values

TRUE indicates success.

FALSE indicates failure.

Remarks

Requirements

OS Versions: Windows CE Version 5.0 and later
Header: Oal_intr.h
Link Library: Developer-defined

See Also

Interrupt Functions

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.