int shutdownSNF()

This function shuts down the SNFMulti engine. All previously allocated ScanHandles MUST be closed before this function is called. This should be the last function in the DLL that is called by your application (call no other SNFMultiDLL functions after this).

returns:
snf_SUCCESS - The shutdown was successful.
snf_ERROR_EXCEPTION - An error occurred during shutdown.
Related Topics