public static interface DdemlUtil.PokeHandler
Modifier and Type | Method and Description |
---|---|
int |
onPoke(int transactionType,
int dataFormat,
Ddeml.HCONV hconv,
Ddeml.HSZ topic,
Ddeml.HSZ item,
Ddeml.HDDEDATA hdata)
A client uses the XTYP_POKE transaction to send unsolicited data to
the server.
|
int onPoke(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 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 that the client is sending to the
server.