Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

XTYP_POKE transaction

A client uses the XTYP_POKE transaction to send unsolicited data to the server. A Dynamic Data Exchange (DDE) server callback function, DdeCallback, receives this transaction when a client specifies XTYP_POKE in the DdeClientTransaction function.

#define XCLASS_FLAGS 0x4000
#define XTYP_POKE (0x0090 | XCLASS_FLAGS )

Parameters

uType

The transaction type.

uFmt

The format of the data sent from the server.

hconv

A handle to the conversation.

hsz1

A handle to the topic name.

hsz2

A handle to the item name.

hdata

A handle to the data that the client is sending to the server.

dwData1

Not used.

dwData2

Not used.

Return value

A server callback function should return the DDE_FACK flag if it processes this transaction, the DDE_FBUSY flag if it is too busy to process this transaction, or the DDE_FNOTPROCESSED flag if it rejects this transaction.

Remarks

This transaction is filtered if the server application specified the CBF_FAIL_POKES flag in the DdeInitialize function.

Requirements

Requirement Value
Minimum supported client
Windows 2000 Professional [desktop apps only]
Minimum supported server
Windows 2000 Server [desktop apps only]
Header
Ddeml.h (include Windows.h)

See also

Reference

DdeClientTransaction

DdeInitialize

Conceptual

Dynamic Data Exchange Management Library


Feedback

Was this page helpful?

Additional resources