A method responding to a DdeServerManager callback can return information back to the source of the event through the returnValue attribute of a DdeCallbackData object. This value can be set through the returnValue: message. A return value of nil (the default) causes default processing to be performed by the DdeServerManager. The following table describes the return values for DdeServerManager callbacks.
N/A. To connect the DDE client send the message notify:ClientOfSupportFor: to the DdeServerManager parameter of the callback. N/A. To reject the connect request do not send the message notify:ClientOfSupportFor: to the DdeServerManager parameter of the callback. The data has been sent to the client. Send the sendItem:value:format: message to the DdeServer parameter of the callback. For the DdeClient callbacks DdeNchangeCallback, DdeNdataCallback, and DdeNterminationCallback, the return value is ignored whether the return value is true, false, or nil.
|