IAPI::ServerDocDisconnect

property ServerDocDisconnect.

Allows app or script to disconnect from an instance of ServerDoc server.

 

HRESULT ServerDocDisconnect(
  long *pVal
);

Parameters

pVal

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

Return Values

S_OK

The operation was successfull.

E_POINTER

A NULL pointer was supplied as an argument.

See Also

IAPI