Skip to content

Latest commit

 

History

History
121 lines (97 loc) · 3.41 KB

nf-xpsobjectmodel-ixpsomgradientstop-clone.md

File metadata and controls

121 lines (97 loc) · 3.41 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 ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:xpsobjectmodel.IXpsOMGradientStop.Clone
IXpsOMGradientStop::Clone (xpsobjectmodel.h)
Makes a deep copy of the IXpsOMGradientStop interface.
Clone
Clone method [XPS Documents and Packaging]
Clone method [XPS Documents and Packaging]
IXpsOMGradientStop interface
IXpsOMGradientStop interface [XPS Documents and Packaging]
Clone method
IXpsOMGradientStop.Clone
IXpsOMGradientStop::Clone
xps.ixpsomgradientstop_clone
xpsobjectmodel/IXpsOMGradientStop::Clone
xps\ixpsomgradientstop_clone.htm
xps
ea4cdf1d-bb65-4a1b-b5bc-3eb1e90929ff
12/05/2018
Clone, Clone method [XPS Documents and Packaging], Clone method [XPS Documents and Packaging],IXpsOMGradientStop interface, IXpsOMGradientStop interface [XPS Documents and Packaging],Clone method, IXpsOMGradientStop.Clone, IXpsOMGradientStop::Clone, xps.ixpsomgradientstop_clone, xpsobjectmodel/IXpsOMGradientStop::Clone
xpsobjectmodel.h
Windows
Windows 7, Windows Vista with SP2 and Platform Update for Windows Vista [desktop apps \| UWP apps]
Windows Server 2008 R2, Windows Server 2008 with SP2 and Platform Update for Windows Server 2008 [desktop apps \| UWP apps]
XpsObjectModel.idl
Windows
19H1
IXpsOMGradientStop::Clone
xpsobjectmodel/IXpsOMGradientStop::Clone
c++
APIRef
kbSyntax
COM
xpsobjectmodel.h
IXpsOMGradientStop.Clone

IXpsOMGradientStop::Clone

-description

Makes a deep copy of the IXpsOMGradientStop interface.

-parameters

-param gradientStop [out, retval]

A pointer to the copy of the interface.

-returns

The method returns an HRESULT. Possible values include, but are not limited to, those in the table that follows. For information about XPS document API return values that are not listed in this table, see XPS Document Errors.

Return code Description
S_OK
The method succeeded.
E_OUTOFMEMORY
Not enough memory to perform this operation.
E_POINTER
gradientStop is NULL.

-remarks

The owner of the new interface is NULL.

This method does not update any of the resource pointers in the IXpsOMGradientStop interface returned in gradientStop.

-see-also

IXpsOMGradientStop

XML Paper Specification

XPS Document Errors