NAME

DdeConnectList  (USER32.@)

SYNOPSIS

 HCONVLIST DdeConnectList
 (
  DWORD        idInst,
  HSZ          hszService,
  HSZ          hszTopic,
  HCONVLIST    hConvList,
  PCONVCONTEXT pCC
 )

DESCRIPTION

DdeConnectList [USER32.@] Establishes conversation with DDE servers.

PARAMS

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.

RETURNS

Success: Handle to new conversation list

Failure: 0

IMPLEMENTATION

Defined in "ddeml.h".

Implemented in "dlls/user/dde_client.c". source.winehq.org/source/dlls/user/dde_client.c

Debug channel "ddeml".


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