Share via


OEMEthEnableInts (Windows CE 5.0)

Send Feedback

This function is no longer required as of Windows CE .NET 4.2. For information about new debug communication settings, see the KITLTRANSPORT structure.

This function enables interrupts for the debug Ethernet adapter.

void OEMEthEnableInts (void);

Parameters

None.

Return Values

None.

Remarks

First, configure the debug Ethernet adapter with interrupts disabled. At the beginning of OS initialization, the Ethernet debug subsystem operates in polling mode.

During the boot process, if a valid SYSINTR_* value has been specified in the OEMEthInit function, the Ethernet debug subsystem switches to interrupt mode and calls OEMEthEnableInts to enable the Ethernet adapter to start processing interrupts.

Requirements

OS Versions: Windows CE 2.10 and later.
Header: Halether.h.
Link Library: Hal.lib.

See Also

OEMEthInit | OEMEthDisableInts | KITLTRANSPORT | TransportEnableInt | Implementing the OEMKitlInit Function

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.