DdeServer.ExecuteResult Fields

NDde

Dynamic Data Exchange Library for .NET

DdeServer.ExecuteResult Fields

The fields of the DdeServer.ExecuteResult structure are listed below. For a complete list of DdeServer.ExecuteResult structure members, see the DdeServer.ExecuteResult Members topic.

Public Static Fields

NotProcessed Return this value if the command was not executed successfully.
PauseConversation Return this value to pause the conversation and execute the command asynchronously. After the conversation has been resumed the OnExecute method will run again.
Processed Return this value if the command was executed successfully.
TooBusy Return this value if the server is too busy.

See Also

DdeServer.ExecuteResult Structure | NDde.Server Namespace