public static interface DdemlUtil.RequestHandler
Modifier and Type | Method and Description |
---|---|
Ddeml.HDDEDATA |
onRequest(int transactionType,
int dataFormat,
Ddeml.HCONV hconv,
Ddeml.HSZ topic,
Ddeml.HSZ item)
A client uses the XTYP_REQUEST transaction to request data from a
server.
|
Ddeml.HDDEDATA onRequest(int transactionType, int dataFormat, Ddeml.HCONV hconv, Ddeml.HSZ topic, Ddeml.HSZ item)
transactionType
- uType - The transaction type.dataFormat
- uFmt - The format in which the data should be
submitted to the client.hconv
- A handle to the conversation.topic
- hsz1 - A handle to the topic name.item
- hsz2 - A handle to the item name.