RtdbgCloseBasicChannel

RtdbgCloseBasicChannel closes the Basic message channel for the current process.

Syntax

Copy
DWORD RtdbgCloseBasicChannel();

Return Values

Error code Meaning

ERROR_SUCCESS

The function succeeded.

ERROR_NOT_READY

The channel is not open.

Remarks

This function should be called once by each Process that opened the channel using RtdbgOpenBasicChannel before terminating to release the resources.

Requirements

Minimum supported version Header Library

wRTOS 1.0 SDK

RtdbgApi.h

RtdbgApi_W64.lib (Windows), RtdbgApi.lib (RTSS)

See Also: