public static interface DdemlUtil.ConnectHandler
Modifier and Type | Method and Description |
---|---|
boolean |
onConnect(int transactionType,
Ddeml.HSZ topic,
Ddeml.HSZ service,
Ddeml.CONVCONTEXT convcontext,
boolean sameInstance)
A client uses the XTYP_CONNECT transaction to establish a
conversation.
|
boolean onConnect(int transactionType, Ddeml.HSZ topic, Ddeml.HSZ service, Ddeml.CONVCONTEXT convcontext, boolean sameInstance)
transactionType
- uType - The transaction type.topic
- hsz1 - A handle to the topic name.service
- hsz2 - A handle to the service name.convcontext
- dwData1 - CONVCONTEXT structure that contains
context information for the conversation. If the client is not a
DDEML application, this parameter is NULL.sameInstance
- dwData2 - Specifies whether the client is the
same application instance as the server.