Shut Down
All Virtual Disk API applications should call these functions at end of program.
Disconnect from Server
VixDiskLib_Disconnect() breaks an existing connection.
VixDiskLib_Disconnect(srcConnection);
Clean Up and Exit
VixDiskLib_Exit() cleans up the library before exit.
VixDiskLib_Exit();