DdePokeΒΆ

DdePoke sends data to a server.

bool = DdePoke(hConv, ssService, ssTopic)
bool = DdePoke(hConv, ssService, ssTopic, rsTimeout)

Return Value

If the function succeeds, the return value is TRUE (1); otherwise it is FALSE (0).

Parameters

hConv

hConv is the channel number (handle) which is used with other UniPlot DDE functions.

ssService

ssService is the service name.

ssTopic

ssTopic is the topic name.

rsTimeout

Specifies the maximum length of time, in milliseconds, that UniPlot will wait for a response from the server application in a synchronous transaction. This parameter should be 0xFFFFFFFF for asynchronous transactions. The default value is 5000.

Comment

see example DdeInitiate.

id-600992