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
- You should not use the diskHandle after the call to VixDiskLib_Close().
Example
VixDiskLib_Close(srcHandle);