DdeAdvise starts or stops a DDE advise loop with a server (Hot-Link).
Return Value
bool
Parameters
hConv is the channel number (handle) which is used with other UniPlot DDE functions.
ssTopic is the topic name.
If bStartStop is TRUE (1) a advise loop with the server will be established. When the data on the server is modified the callback function DdeCallback_Advise is invoked. Default value is TRUE (1).
History
| Version | Description |
|---|---|
| 5.0.0 | New |
See also
Overview DDE, DdeInitiate, DdeTerminate, DdeTerminateAll, DdePoke, DdeExecute, DdeCallback_Advise
id-1923928