public static interface DdemlUtil.ConnectConfirmHandler
Modifier and Type | Method and Description |
---|---|
void |
onConnectConfirm(int transactionType,
Ddeml.HCONV hconv,
Ddeml.HSZ topic,
Ddeml.HSZ service,
boolean sameInstance)
A Dynamic Data Exchange (DDE) server callback function, DdeCallback,
receives the XTYP_CONNECT_CONFIRM transaction to confirm that a
conversation has been established with a client and to provide the
server with the conversation handle.
|
void onConnectConfirm(int transactionType, Ddeml.HCONV hconv, Ddeml.HSZ topic, Ddeml.HSZ service, boolean sameInstance)
transactionType
- uType - The transaction type.hconv
- A handle to the new conversation.topic
- hsz1 - A handle to the topic name.service
- hsz2 - A handle to the service name on which the
conversation has been established.sameInstance
- dwData2 - Specifies whether the client is the
same application instance as the server.