public static interface DdemlUtil.AdvdataHandler
Modifier and Type | Method and Description |
---|---|
int |
onAdvdata(int transactionType,
int dataFormat,
Ddeml.HCONV hconv,
Ddeml.HSZ topic,
Ddeml.HSZ item,
Ddeml.HDDEDATA hdata)
Informs the client that the value of the data item has changed.
|
int onAdvdata(int transactionType, int dataFormat, Ddeml.HCONV hconv, Ddeml.HSZ topic, Ddeml.HSZ item, Ddeml.HDDEDATA hdata)
transactionType
- uType - The transaction type.dataFormat
- uFmt - The format atom of the data sent from the
server.hconv
- A handle to the conversation.topic
- hsz1 - A handle to the topic name.item
- hsz2 - A handle to the item name.hdata
- A handle to the data associated with the topic name and
item name pair. This parameter is NULL if the client specified the
XTYPF_NODATA flag when it requested the advise loop.