Home |
Function SMB3SShutdown |
Function SMB3SShutdownThis function shuts down the SMB3 server. void SMB3SShutdown(void); This function will close all existing connections of the server. It is recommended to install this function as an atexit-handler when function SMB3SInit has succeeded.
|