IAPI::ServerDocSQLCancel

property ServerDocSQLCancel.

Allows app or script to cancel recordset reading in progress from within ServerDoc.

 

HRESULT ServerDocSQLCancel(
  long *pVal
);

Parameters

pVal

[out, retval] The returned value is 0 if succeeded, other value if failed.

(!) Note that cancelling will be not instantly since ServerDoc App

     takes care about this request at each 100 records boundary.

Return Values

S_OK

The operation was successfull.

E_POINTER

A NULL pointer was supplied as an argument.

See Also

IAPI