Skip to content

Latest commit

 

History

History
108 lines (86 loc) · 3.17 KB

nf-xpsobjectmodel-ixpsompage-getowner.md

File metadata and controls

108 lines (86 loc) · 3.17 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.IXpsOMPage.GetOwner
IXpsOMPage::GetOwner (xpsobjectmodel.h)
Gets a pointer to the IXpsOMPageReference interface that contains the page.
GetOwner
GetOwner method [XPS Documents and Packaging]
GetOwner method [XPS Documents and Packaging]
IXpsOMPage interface
IXpsOMPage interface [XPS Documents and Packaging]
GetOwner method
IXpsOMPage.GetOwner
IXpsOMPage::GetOwner
xps.ixpsompage_getowner
xpsobjectmodel/IXpsOMPage::GetOwner
xps\ixpsompage_getowner.htm
xps
fd29eaa7-8f9c-4468-ad3b-a159bf5f516c
12/05/2018
GetOwner, GetOwner method [XPS Documents and Packaging], GetOwner method [XPS Documents and Packaging],IXpsOMPage interface, IXpsOMPage interface [XPS Documents and Packaging],GetOwner method, IXpsOMPage.GetOwner, IXpsOMPage::GetOwner, xps.ixpsompage_getowner, xpsobjectmodel/IXpsOMPage::GetOwner
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
IXpsOMPage::GetOwner
xpsobjectmodel/IXpsOMPage::GetOwner
c++
APIRef
kbSyntax
COM
xpsobjectmodel.h
IXpsOMPage.GetOwner

IXpsOMPage::GetOwner

-description

Gets a pointer to the IXpsOMPageReference interface that contains the page.

-parameters

-param pageReference [out, retval]

A pointer to the IXpsOMPageReference interface that contains the page.

-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_POINTER
pageReference is NULL.

-remarks

When the page does not have an owner, a NULL pointer is returned in pageReference.

-see-also

IXpsOMPage

XML Paper Specification

XPS Document Errors