OAL_KITLSERIAL_ENABLE_INTS (Windows CE 5.0)

Send Feedback

This function pointer enables the KITL transport interrupts if the transport is interrupt-based.

typedef VOID (*OAL_KITLSERIAL_ENABLE_INTS)();

Parameters

None.

Return Values

None.

Remarks

The pfnEnableInts member of the OAL_KITL_SERIAL_DRIVER structure points to the custom function that implements OAL_KITLSERIAL_ENABLE_INTS.

Requirements

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

See Also

KITL Reference Serial Driver Interface | KITL Functions

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.