Share via


OALIntrReleaseSysIntr (Windows CE 5.0)

Send Feedback

This function releases a SYSINTR. It also clears backward static mapping of IRQs to SYSINTR logical interrupts, if the mapping exists.

BOOL OALIntrReleaseSysIntr(  UINT32 sysIntr);

Parameters

  • sysIntr
    [in] Specifies the SYSINTR to be released.

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.