Skip to content

Latest commit

 

History

History
75 lines (64 loc) · 2.44 KB

ns-winioctl-repair_copies_output.md

File metadata and controls

75 lines (64 loc) · 2.44 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist f1_keywords dev_langs topic_type api_type api_location api_name
NS:winioctl._REPAIR_COPIES_OUTPUT
REPAIR_COPIES_OUTPUT
Contains output of a repair copies operation returned from the FSCTL_REPAIR_COPIES control code.
*PREPAIR_COPIES_OUTPUT
PREPAIR_COPIES_OUTPUT
PREPAIR_COPIES_OUTPUT structure pointer [Files]
REPAIR_COPIES_OUTPUT
REPAIR_COPIES_OUTPUT structure [Files]
fs.repair_copies_output
winioctl/PREPAIR_COPIES_OUTPUT
winioctl/REPAIR_COPIES_OUTPUT
fs\repair_copies_output.htm
fs
a3da7779-92e7-40bf-a889-dd2013e942ab
12/05/2018
*PREPAIR_COPIES_OUTPUT, PREPAIR_COPIES_OUTPUT, PREPAIR_COPIES_OUTPUT structure pointer [Files], REPAIR_COPIES_OUTPUT, REPAIR_COPIES_OUTPUT structure [Files], fs.repair_copies_output, winioctl/PREPAIR_COPIES_OUTPUT, winioctl/REPAIR_COPIES_OUTPUT
winioctl.h
Windows.h
Windows
Windows 8 [desktop apps only]
Windows Server 2012 [desktop apps only]
Windows
REPAIR_COPIES_OUTPUT, *PREPAIR_COPIES_OUTPUT
_REPAIR_COPIES_OUTPUT
winioctl/_REPAIR_COPIES_OUTPUT
PREPAIR_COPIES_OUTPUT
winioctl/PREPAIR_COPIES_OUTPUT
REPAIR_COPIES_OUTPUT
winioctl/REPAIR_COPIES_OUTPUT
c++
APIRef
kbSyntax
HeaderDef
WinIoCtl.h
REPAIR_COPIES_OUTPUT

REPAIR_COPIES_OUTPUT structure

-description

Contains output of a repair copies operation returned from the FSCTL_REPAIR_COPIES control code.

-struct-fields

-field Size

Set to sizeof(REPAIR_COPIES_OUTPUT).

-field Status

Indicates the status of the repair operation. The value is a NTSTATUS value. See http://msdn.microsoft.com/en-us/library/cc704588(PROT.10).aspx for a list of NTSTATUS values.

-field ResumeFileOffset

If the Status member indicates the operation was not successful, this is the file offset to use to resume repair operations, skipping the range where errors were found.