Back to product page

Destroy function


Destroys an instance of the wodSFTPdll library.

Type

None (void)

Syntax

  • C
void Sftp_Destroy(void *Sftp);
The Destroy function(void *Sftp) syntax has these parts:
void *SftpHandle of the created Sftp instance.

Remarks

When you are done using wodSFTP and want to remove it from memory, call this function. The Sftp instance will be destroyed and memory will be freed. After calling this function, the Sftp handle will become invalid. To use any Sftp related function again, you must create a new instance using the Sftp_Create call.

Platforms

Windows