DdeDisconnect
The DdeDisconnect
function terminates a conversation started by either the DdeConnect
BOOL DdeDisconnect(
HCONV hConv |
// handle to
conversation |
); |
|
Parameters
hConv
Identifies
the active conversation to be terminated.
Return Values
If the
function succeeds, the return value is nonzero.
If the
function fails, the return value is zero.
Errors
The DdeGetLastError
DMLERR_DLL_NOT_INITIALIZED
DMLERR_NO_CONV_ESTABLISHED
DMLERR_NO_ERROR
Remarks
Any
incomplete transactions started before calling DdeDisconnect are
immediately abandoned. The XTYP_DISCONNECT
See Also