public static interface DdemlUtil.AdvstopHandler
Modifier and Type | Method and Description |
---|---|
void |
onAdvstop(int transactionType,
int dataFormat,
Ddeml.HCONV hconv,
Ddeml.HSZ topic,
Ddeml.HSZ item)
A client uses the XTYP_ADVSTOP transaction to end an advise loop with
a server.
|
void onAdvstop(int transactionType, int dataFormat, Ddeml.HCONV hconv, Ddeml.HSZ topic, Ddeml.HSZ item)
transactionType
- uType - The transaction type.dataFormat
- uFmt - The data format associated with the advise
loop being ended.hconv
- A handle to the conversation.topic
- hsz1 - A handle to the topic name.item
- hsz2 - A handle to the item name.