|
|
|
|
|
DDERecipient (Function) In french: DDEDestinataire Identifies the recipient of a DDE connection.
ConnectionNum = DDEConnect(ServerName, "MyTopic")
...
Recipient = DDERecipient(ConnectionNum)
Syntax
<Result> = DDERecipient([<Connection ID>])
<Result>: Character string Recipient of the DDE connection. <Connection ID>: Optional integer Connection identifier, returned by DDEConnect. If this parameter is not specified, DDERecipient uses the last connection handled.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|