Skip to content

Latest commit

 

History

History
153 lines (117 loc) · 4.96 KB

nf-xpsobjectmodel-ixpsompage-getdictionaryresource.md

File metadata and controls

153 lines (117 loc) · 4.96 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.GetDictionaryResource
IXpsOMPage::GetDictionaryResource (xpsobjectmodel.h)
Gets a pointer to the IXpsOMRemoteDictionaryResource interface of the shared dictionary resource that is used by this page.
GetDictionaryResource
GetDictionaryResource method [XPS Documents and Packaging]
GetDictionaryResource method [XPS Documents and Packaging]
IXpsOMPage interface
IXpsOMPage interface [XPS Documents and Packaging]
GetDictionaryResource method
IXpsOMPage.GetDictionaryResource
IXpsOMPage::GetDictionaryResource
xps.ixpsompage_getdictionaryresource
xpsobjectmodel/IXpsOMPage::GetDictionaryResource
xps\ixpsompage_getdictionaryresource.htm
xps
12313d19-e6f1-4ec3-9702-2a403087763a
12/05/2018
GetDictionaryResource, GetDictionaryResource method [XPS Documents and Packaging], GetDictionaryResource method [XPS Documents and Packaging],IXpsOMPage interface, IXpsOMPage interface [XPS Documents and Packaging],GetDictionaryResource method, IXpsOMPage.GetDictionaryResource, IXpsOMPage::GetDictionaryResource, xps.ixpsompage_getdictionaryresource, xpsobjectmodel/IXpsOMPage::GetDictionaryResource
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::GetDictionaryResource
xpsobjectmodel/IXpsOMPage::GetDictionaryResource
c++
APIRef
kbSyntax
COM
xpsobjectmodel.h
IXpsOMPage.GetDictionaryResource

IXpsOMPage::GetDictionaryResource

-description

Gets a pointer to the IXpsOMRemoteDictionaryResource interface of the shared dictionary resource that is used by this page.

-parameters

-param remoteDictionaryResource [out, retval]

A pointer to the IXpsOMRemoteDictionaryResource interface of the shared dictionary resource that is used by this page. If no IXpsOMRemoteDictionaryResource interface has been set or if a local dictionary has been set, a NULL pointer is returned.

Most recent method called Object that is returned in remoteDictionaryResource

SetDictionaryLocal

NULL pointer.

SetDictionaryResource

The remote dictionary resource that is set by SetDictionaryResource.
Neither SetDictionaryLocal nor SetDictionaryResource has been called yet. NULL pointer.

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

-remarks

After loading and parsing the resource into the XPS OM, this method might return an error that applies to another resource. This occurs because all of the relationships are parsed when a resource is loaded.

-see-also

IXpsOMPage

IXpsOMRemoteDictionaryResource

XML Paper Specification

XPS Document Errors