Home |
Function SMB3CShutdown |
Function SMB3CShutdownThis function closes all existing SMB3 client connections. void SMB3CShutdown(void); SMB3CShutdown should be called before an application terminates to close all connections. It is recommended to install this function as an atexit-handler when function SMB3CInit has succeeded.
|