RtdbgOpenBasicChannel

RtdbgOpenBasicChannel opens the Basic message channel for the current process.

Syntax

Copy
DWORD RtdbgOpenBasicChannel();

Return Values

Error code Meaning

ERROR_SUCCESS

The function succeeded.

ERROR_ALREADY_EXISTS

The calling process has already called RtdbgOpenBasicChannel.

ERROR_NOT_ENOUGH_MEMORY

Failed to allocate memory.

ERROR_ABANDONED_WAIT_0

Failed to acquire the synchronization lock.

Remarks

This function must be called once by each Process that needs to use the Basic message function.

Requirements

Minimum supported version Header Library

wRTOS 1.0 SDK

RtdbgApi.h

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

See Also: