table of contents
other versions
- wheezy 1.4.1-4
DdeDisconnectList(3w) | Wine API | DdeDisconnectList(3w) |
NAME¶
DdeDisconnectList (USER32.@)SYNOPSIS¶
BOOL DdeDisconnectList(
HCONVLIST hConvList
)
DESCRIPTION¶
DdeDisconnectList [ USER32.@] Destroys list and terminates conversations.PARAMS¶
hConvList [In] Handle to conversation list.RETURNS¶
Success: TRUE Failure: FALSEIMPLEMENTATION¶
Declared in "ddeml.h". Implemented in "dlls/user32/dde_client.c". Debug channel "ddeml".Oct 2012 | Wine API |