Share via


OEMEthInit (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 initializes the debug Ethernet adapter with address and interrupt information.

BOOL OEMEthInit(EDBG_ADAPTER* pAdapter );

Parameters

  • pAdapter
    [in] Pointer to Ethernet device address information.

Return Values

TRUE indicates success.

FALSE indicates failure.

Remarks

OEMEthInit is called by the debug Ethernet subsystem as part of EdbgInit processing.

If this function returns FALSE, no kernel services are enabled over Ethernet.

Requirements

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

See Also

KITLTRANSPORT | KitlInit | OEMEthEnableInts | OEMRequestSysIntr | Adding KITL Initialization Code

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.