Description
-
Holds version information.
Return type
-
A Long value. If successful, 0 is returned, otherwise
error as specified here.
Syntax
-
long Sftp_GetVersion(void *Sftp, char
*Buffer, int *Bufsize);
The Version function syntax has these parts:
| void
*Sftp |
Handle of the created Sftp
instance. |
| char
*Buffer |
Buffer that will hold the
returned string. |
| int
*Bufsize |
Size of the buffer. |
Remarks
-
Here you can find the version number of your instance of the
wodSFTPdll.dll library. Please provide us with this
information if you need help from our technical support team.
-
-
The Bufsize variable should contain the maximum data length
that can be stored in the Buffer variable. If you set Bufsize =
0, then the function will return with error
ERROR_INSUFFICIENT_BUFFER and Bufsize will contain the required
buffer size.
|