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: FALSE

IMPLEMENTATION

Declared in "ddeml.h". https://source.winehq.org/source/include/ddeml.h

Implemented in "dlls/user32/dde_client.c". https://source.winehq.org/source/dlls/user32/dde_client.c

Debug channel "ddeml".


Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Apr 2024.