XTYP_ADVSTOP

A DDE server callback function receives this transaction when a client specifies XTYP_ADVSTOP as the wType parameter of the DdeClientTransaction function. A client uses this transaction to end an advise loop with a server.

Parameters

wFmt

Specifies the data format associated with the advise loop being ended.

hConv

Identifies the conversation.

hsz1

Identifies the topic name.

hsz2

Identifies the item name.

hData

Not used.

dwData1

Not used.

dwData2

Not used.

Comments

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

See Also

DdeClientTransaction, DdeInitialize, DdePostAdvise