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 CopyHelperAttribute function creates a copy of a HELPER_ATTRIBUTE structure.
Syntax
HRESULT CopyHelperAttribute(
_Out_ HELPER_ATTRIBUTE *Dest,
_In_ const HELPER_ATTRIBUTE *Source
);
Parameters
-
Dest [out]
-
Type: HELPER_ATTRIBUTE*
The structure to be updated.
-
Source [in]
-
Type: const HELPER_ATTRIBUTE*
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 |
|