Description |
DDEEnd (Magic xpa 4.x)
Terminates a session.
|
Syntax:
|
DDEEnd (service, topic)
|
Parameters:
|
service: Provides the main identifier of the DDE service. Usually this is an application name such as WinWord, for MS Word for Windows, or Excel, for MS Excel.
|
|
topic: String, depending on the service.
|
Returns:
|
TRUE for successful completion, or
|
|
FALSE for failure if the service and topic were not started by the DDEBegin function.
|
Example:
|
DDEEnd('Excel','c:\docs\budget.xls')
|
See also:
|
DDEBegin, DDEGet, DDEPoke, DDERR,DDExec
|
|
|
---|