次の方法で共有


OEMEthInit

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

Runs on Versions Defined in Include Link to
Windows CE OS 2.10 and later Halether.h    

See Also

EdbgInit