Skip to content

Latest commit

 

History

History
114 lines (88 loc) · 3.43 KB

nf-xpsobjectmodel-ixpsomcoreproperties-gettitle.md

File metadata and controls

114 lines (88 loc) · 3.43 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.IXpsOMCoreProperties.GetTitle
IXpsOMCoreProperties::GetTitle (xpsobjectmodel.h)
Gets the title property.
GetTitle
GetTitle method [XPS Documents and Packaging]
GetTitle method [XPS Documents and Packaging]
IXpsOMCoreProperties interface
IXpsOMCoreProperties interface [XPS Documents and Packaging]
GetTitle method
IXpsOMCoreProperties.GetTitle
IXpsOMCoreProperties::GetTitle
xps.ixpsomcoreproperties_gettitle
xpsobjectmodel/IXpsOMCoreProperties::GetTitle
xps\ixpsomcoreproperties_gettitle.htm
xps
32551dd2-2d6e-4aaa-864b-4c922a90fc27
12/05/2018
GetTitle, GetTitle method [XPS Documents and Packaging], GetTitle method [XPS Documents and Packaging],IXpsOMCoreProperties interface, IXpsOMCoreProperties interface [XPS Documents and Packaging],GetTitle method, IXpsOMCoreProperties.GetTitle, IXpsOMCoreProperties::GetTitle, xps.ixpsomcoreproperties_gettitle, xpsobjectmodel/IXpsOMCoreProperties::GetTitle
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
IXpsOMCoreProperties::GetTitle
xpsobjectmodel/IXpsOMCoreProperties::GetTitle
c++
APIRef
kbSyntax
COM
xpsobjectmodel.h
IXpsOMCoreProperties.GetTitle

IXpsOMCoreProperties::GetTitle

-description

Gets the title property.

-parameters

-param title [out, retval]

The string that is read from the title property.

-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
title is NULL.

-remarks

The title property contains the resource's name.

This method allocates the memory used by the string that is returned in title. If title is not NULL, use the CoTaskMemFree function to free the memory.

-see-also

IXpsOMCoreProperties

Standard ECMA-376, Office Open XML File Formats

XML Paper Specification

XPS Document Errors