IAPI::CloseFtpConnection

method CloseFtpConnection.

Closes a FTP connection

 

HRESULT CloseFtpConnection(
  long ftpConnectionHandle
);

Parameters

ftpConnectionHandle

[in] .   Handle of FTP connection

Return Values

S_OK

The operation was successfull.

E_UNEXPECTED

An unexpected error occoured.

E_FAIL

A general error occoured.

See Also

IAPI