Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
The CopyRepairInfo function creates a copy of a RepairInfo structure.
Syntax
HRESULT CopyRepairInfo(
_Out_ RepairInfo *Dest,
_In_ const RepairInfo *Source
);
Parameters
-
Dest [out]
-
Type: RepairInfo*
The structure to be updated.
-
Source [in]
-
Type: const RepairInfo*
The existing structure to be copied.
Return value
Type: HRESULT
Possible return values include, but are not limited to, the following.
| Return code | Description |
|---|---|
|
The operation succeeded. |
|
One or more parameters has not been provided correctly. |
|
There is not enough memory available to complete this operation. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client |
Windows 8 [desktop apps only] |
| Minimum supported server |
Windows Server 2012 [desktop apps only] |
| Header |
|