Share via


OEMEthInit

Windows Mobile Not SupportedWindows Embedded CE Supported

8/27/2008

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.

Syntax

BOOL OEMEthInit(
  EDBG_ADAPTER* pAdapter 
); 

Parameters

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

Return Value

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

Header halether.h
Library hal.lib
Windows Embedded CE Windows CE 2.10 and later

See Also

Tasks

Adding KITL Initialization Code

Reference

KITLTRANSPORT
KitlInit
OEMEthEnableInts
OEMRequestSysIntr