Previous topic

DdeRequest

Next topic

DdeTerminateAll

This Page

DdeTerminateΒΆ

DdeTerminate terminates a DDE conversation.

bool = DdeTerminate(hConv)

Return Value

bool is TRUE (1) if the function call was successful and FALSE (0) if an error occurred.

Parameters

hConv

hConv is a channel number (Handle).

id-62102