EdbgDeregisterClient

This function deregisters the Ethernet debug client with the kernel.

  BOOL EdbgDeregisterClient(
UCHAR Id );

Parameters

  • Id
    [in] Identifier of the EDBG client.

Return Values

Returns TRUE if Id is a valid EDBG client identifier.

Remarks

No indication is given to the peer that the connection has been removed; so, if an application needs to send this information, it must be done at a higher layer.

This function is implemented in the Edbg.dll that is loaded by an application on the development workstation. It is also implemented in Ethdbg.lib, which is linked into the kernel on the target device.

Requirements

Runs on Versions Defined in Include Link to
Windows CE OS 2.10 and later Ethdbg.h   Ethdbg.lib, Ethdbg.dll

See Also

EdbgRegisterClient (Development Workstation), EdbgRegisterClient (Target Device)