Using the UnregisterNotify method

All Editions

To unregister a notification, use the UnregisterNotify method. The parameters used must be identical to those used when the notification was registered.

Syntax Imagenation.DDE.UnregisterNotify(short notifyID, short objectID, long lhWnd, long message, long wParam)

Parameters

notifyID

notification to unregister. See Notification IDs

objectID

object that the notification was applied to:

0 all objects

objectID specific object

lhWnd

handle of the notification window created to receive the message

message

type of notification window:

0 list box

1 combo box

2 edit control

wParam

0 reserved for future use

See also