XTYP_ADVSTOP

3.1

#include <ddeml.h>

XTYP_ADVSTOP
hszTopic = hsz1;     /* handle of topic-name string */
hszItem = hsz2;      /* handle of item-name string  */

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

Parameters

hszTopic

Value of hsz1. Identifies the topic name.

hszItem

Value of hsz2. Identifies the item name.

Return Value

This transaction does not return a value.

Comments

If the server application specified the CBF_FAIL_ADVISES flag in the DdeInitialize function, this transaction is filtered.

See Also

DdeClientTransaction, DdeInitialize, DdePostAdvise