DdeServer.RequestResult Constructor

NDde

Dynamic Data Exchange Library for .NET

DdeServer.RequestResult Constructor 

This initializes the RequestResult struct with the data to return to the client.

public DdeServer.RequestResult(
   Byte[] data
);

Parameters

data
The data to return to the client.

See Also

DdeServer.RequestResult Structure | NDde.Server Namespace