DdeReconnect
The DdeReconnect
function allows a client Dynamic Data Exchange Management Library
HCONV DdeReconnect(
HCONV hConv |
// handle to
conversation to reestablish |
); |
|
Parameters
hConv
Identifies
the conversation to be reestablished. A client must have obtained the
conversation handle by a previous call to the DdeConnect
Return Values
If the
function succeeds, the return value is the handle to the reestablished
conversation.
If the
function fails, the return value is 0L.
Errors
The DdeGetLastError
DMLERR_DLL_NOT_INITIALIZED
DMLERR_INVALIDPARAMETER
DMLERR_NO_CONV_ESTABLISHED
DMLERR_NO_ERROR
See Also