wodSFTP API library - About Method
      
 

Description

Displays the About box.


Return type

A Long value. If successful, 0 is returned, otherwise error as specified here.


Syntax

long Sftp_About(void *Sftp);

The About function syntax has these parts:

Part Description
void *Sftp Handle of created Sftp instance.

Remarks

This function shows the About box window that provides basic information about the library.


Back to product page