Skip to content

Latest commit

 

History

History
108 lines (86 loc) · 3.42 KB

nf-xpsobjectmodel-ixpsomglyphseditor-getglyphmappingcount.md

File metadata and controls

108 lines (86 loc) · 3.42 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.IXpsOMGlyphsEditor.GetGlyphMappingCount
IXpsOMGlyphsEditor::GetGlyphMappingCount (xpsobjectmodel.h)
Gets the number of glyph mappings. (IXpsOMGlyphsEditor.GetGlyphMappingCount)
GetGlyphMappingCount
GetGlyphMappingCount method [XPS Documents and Packaging]
GetGlyphMappingCount method [XPS Documents and Packaging]
IXpsOMGlyphsEditor interface
IXpsOMGlyphsEditor interface [XPS Documents and Packaging]
GetGlyphMappingCount method
IXpsOMGlyphsEditor.GetGlyphMappingCount
IXpsOMGlyphsEditor::GetGlyphMappingCount
xps.ixpsomglyphseditor_getglyphmappingcount
xpsobjectmodel/IXpsOMGlyphsEditor::GetGlyphMappingCount
xps\ixpsomglyphseditor_getglyphmappingcount.htm
xps
06aa2546-c1d1-47d6-9d3d-94d13310e42b
12/05/2018
GetGlyphMappingCount, GetGlyphMappingCount method [XPS Documents and Packaging], GetGlyphMappingCount method [XPS Documents and Packaging],IXpsOMGlyphsEditor interface, IXpsOMGlyphsEditor interface [XPS Documents and Packaging],GetGlyphMappingCount method, IXpsOMGlyphsEditor.GetGlyphMappingCount, IXpsOMGlyphsEditor::GetGlyphMappingCount, xps.ixpsomglyphseditor_getglyphmappingcount, xpsobjectmodel/IXpsOMGlyphsEditor::GetGlyphMappingCount
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
IXpsOMGlyphsEditor::GetGlyphMappingCount
xpsobjectmodel/IXpsOMGlyphsEditor::GetGlyphMappingCount
c++
APIRef
kbSyntax
COM
xpsobjectmodel.h
IXpsOMGlyphsEditor.GetGlyphMappingCount

IXpsOMGlyphsEditor::GetGlyphMappingCount

-description

Gets the number of glyph mappings.

-parameters

-param glyphMappingCount [out, retval]

The number of glyph mappings.

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

-remarks

To get the glyph mappings, call GetGlyphMappings.

-see-also

IXpsOMGlyphsEditor

XML Paper Specification

XPS Document Errors