BOOL DdeDisconnectList(hConvList) | |||||
HCONVLIST hConvList; | /* handle of conversation list | */ |
The DdeDisconnectList function destroys the given conversation list and terminates all conversations associated with the list.
hConvList
Identifies the conversation list. This handle must have been created by a previous call to the DdeConnectList function.
The return value is nonzero if the function is successful. Otherwise, it is zero.
Use the DdeGetLastError function to retrieve the error value, which may be one of the following:
DMLERR_DLL_NOT_INITIALIZED
DMLERR_INVALIDPARAMETER
DMLERR_NO_ERROR
An application can use the DdeDisconnect function to terminate individual conversations in the list.
DdeConnect, DdeConnectList, DdeDisconnect