DdeConnectList (USER32.@)
HCONVLIST DdeConnectList ( DWORD idInst, HSZ hszService, HSZ hszTopic, HCONVLIST hConvList, PCONVCONTEXT pCC )
DdeConnectList [USER32.@] Establishes conversation with DDE servers.
idInst | [In] | Instance identifier. |
hszService | [In] | Handle to service name string. |
hszTopic | [In] | Handle to topic name string. |
hConvList | [In] | Handle to conversation list. |
pCC | [In] | Pointer to structure with context data. |
Success: Handle to new conversation list
Failure: 0
Declared in "include/ddeml.h". gitlab.winehq.org/wine/wine/blob/master/include/ddeml.h
Implemented in "dlls/user32/dde_client.c". gitlab.winehq.org/wine/wine/blob/master/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 Nov 2024.