DdeCallback_DisconnectΒΆ

DdeCallback_Disconnect is called when the client closes the conversation.

bool = DdeCallback_Disconnect(hConv)

Return Value

bool is TRUE (1) if the function was successful and FALSE (0), if the function was unsuccessful.

Parameters

hConv

hConv is the channel name.

id-1852286