'KCMLDdeClose(hConv)

Closes a DDE conversation.

Deprecated

This function is deprecated and may be removed in a future release.

Arguments

INT()hConv[in] Conversation handle.

Returns

This function returns TRUE on success, or FALSE on failure. This function always returns TRUE.

Syntax

The following definition is built into KCML. You do not have to include it in your own code.

$DECLARE 'KCMLDdeClose(INT())

Remarks

This function is used to close a DDE conversation, created with the KCMLDdeOpen call. It is important that all DDE conversations are closed using this function, as conversations that are left open will use up system resources, and can cause problems.

Further Information

IntroducedKCML 5.00
CompatibilityKClient

See Also

KCMLDDEServerInit, KCMLDdeAddTopic, KCMLDdeDestroy, KCMLDdeExec, KCMLDdeInit, KCMLDdeLoad, KCMLDdeOpen, KCMLDdePoke, KCMLDdeRequest

Index of internal $DECLARE functions