DdeClient.TryPoke Method

NDde

Dynamic Data Exchange Library for .NET

DdeClient.TryPoke Method 

This sends data to the server application.

public virtual int TryPoke(
   String item,
   Byte[] data,
   Int32 format,
   Int32 timeout
);

Parameters

item
An item name supported by the current conversation.
data
The data to send.
format
The format of the data.
timeout
The amount of time in milliseconds to wait for a response.

Return Value

Zero if the operation succeed or non-zero if the operation failed.

Remarks

This operation will timeout if the conversation is paused.

See Also

DdeClient Class | NDde.Client Namespace