Ending a conversation with a serverΒΆ
dde_disconnect() |
End a conversation with a server |
SYNTAX
dde_disconnect(service, topic)
Ends the specified conversation and frees the resources allocated to it. When a Sculptor program exits, Sculptor automatically closes any conversations that are still open.
This function always returns 0.
RELATED TOPICS |