DDEUnadvise
DDEUnadvise — removes an item or point from a DDE connection.
Syntax
(DDEUnadvise label item)
(DDEUnadvise label pointname)
Arguments
- label
- A
label identifying a connection, as assigned by theDDEConnect.
- item
- The
DDE item name of the point you wish to stop advising
on.
- point
- The
point name corresponding to the DDE item you wish to stop
advising on.
Returns
A message indicating success or
error. Please refer to Return
Syntax for details.
Description
This command essemtially undoes
the DDEAdvise
command, removing an item or point from a DDE connection.