Name

VixDiskLib_Disconnect

Description

VixError
VixDiskLib_Disconnect(VixDiskLibConnection connection);

This function destroys the connection.

Parameters

connection
Handle to an open vixDiskLib connection.

Return Value

VIX_OK if the function succeeded, otherwise an appropriate VIX error code.

Example

   VixDiskLib_Disconnect(srcConnection);

Copyright (C) 2007-2015 VMware, Inc. All rights reserved.