Share via


OALIntrInit (Windows CE 5.0)

Send Feedback

This function initializes the interrupt hardware. It is usually called during the system initialization process. If your implementation uses hardware platform callbacks, OALIntrInit calls the BSPIntrInit function.

BOOL OALIntrInit();

Parameters

None.

Return Values

TRUE indicates success.

FALSE indicates failure.

Remarks

OALIntrInit initializes interrupt mapping, and performs hardware-specific and any call platform-specific initialization.

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.