BreakMirrorVirtualDisk function
Breaks a previously initiated mirror operation and sets the mirror to be the active virtual disk.
Syntax
DWORD WINAPI BreakMirrorVirtualDisk( _In_ HANDLE VirtualDiskHandle );
Parameters
- VirtualDiskHandle [in]
-
A handle to the open mirrored virtual disk. For information on how to open a virtual disk, see the OpenVirtualDisk function. For information on how to mirror a virtual disk, see the MirrorVirtualDisk function.
Return value
Status of the request.
If the function succeeds, the return value is ERROR_SUCCESS.
If the function fails, the return value is an error code. For more information, see System Error Codes.
Requirements
|
Minimum supported client | Windows 8 |
|---|---|
|
Minimum supported server | Windows Server 2012 |
|
Header |
|
|
Library |
|
|
DLL |
|
See also
Build date: 10/26/2012
