An instance of DdeCallbackData is passed as a parameter to all DDE event callback methods. It contains data about the current event and has a
returnValue attribute (set with
returnValue:), which is used to return information back to the VA Smalltalk DDE subsystem.
DdeCallbackData has access methods to obtain the server name, the topic name, a data item (name and possibly its value), and data item format specification. The availability and significance of the information in a
DdeCallbackData object are event dependent. For a list of callbacks and return values for the
DdeServerManager, see
Table 45 and
Table 47. For a list of callbacks for the
DdeClient, see
Table 46.