Name

VixDiskLib_Close

Description

VixError
VixDiskLib_Close(VixDiskLibHandle diskHandle);

This function closes an open virtual disk.

Parameters

diskHandle
Handle to an open virtual disk.

Return Value

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

Remarks

Example

   VixDiskLib_Close(srcHandle);

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