Skip to content

Latest commit

 

History

History
120 lines (71 loc) · 4.27 KB

nn-msopc-iopcsignaturecustomobjectenumerator.md

File metadata and controls

120 lines (71 loc) · 4.27 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
NN:msopc.IOpcSignatureCustomObjectEnumerator
IOpcSignatureCustomObjectEnumerator (msopc.h)
A read-only enumerator of IOpcSignatureCustomObject interface pointers.
IOpcSignatureCustomObjectEnumerator
IOpcSignatureCustomObjectEnumerator interface [Open Packaging Conventions]
IOpcSignatureCustomObjectEnumerator interface [Open Packaging Conventions]
described
msopc/IOpcSignatureCustomObjectEnumerator
opc.iopcsignaturecustomobjectenumerator
opc\iopcsignaturecustomobjectenumerator.htm
OPC
e82caa1e-4cf8-457f-86d9-24f707544199
12/05/2018
IOpcSignatureCustomObjectEnumerator, IOpcSignatureCustomObjectEnumerator interface [Open Packaging Conventions], IOpcSignatureCustomObjectEnumerator interface [Open Packaging Conventions],described, msopc/IOpcSignatureCustomObjectEnumerator, opc.iopcsignaturecustomobjectenumerator
msopc.h
Windows
Windows 7 [desktop apps \| UWP apps]
Windows Server 2008 R2 [desktop apps \| UWP apps]
Msopc.idl
Windows
19H1
IOpcSignatureCustomObjectEnumerator
msopc/IOpcSignatureCustomObjectEnumerator
c++
APIRef
kbSyntax
COM
msopc.h
IOpcSignatureCustomObjectEnumerator

IOpcSignatureCustomObjectEnumerator interface

-description

A read-only enumerator of IOpcSignatureCustomObject interface pointers.

-inheritance

The IOpcSignatureCustomObjectEnumerator interface inherits from the IUnknown interface. IOpcSignatureCustomObjectEnumerator also has these types of members:

-remarks

When an enumerator is created, the current position precedes the first pointer of the enumerator. To set the current position to the first pointer, call the MoveNext method after creating the enumerator.

Changes to the set will invalidate the enumerator, and all subsequent calls to it will fail.

To get an IOpcSignatureCustomObjectEnumerator interface pointer, call the IOpcDigitalSignature::GetCustomObjectEnumerator or IOpcSignatureCustomObjectSet::GetEnumerator method.

Thread Safety

Packaging objects are not thread-safe.

For more information, see the Getting Started with the Packaging API.

-see-also

Core Packaging Interfaces

Digital Signatures Overview

Getting Started with the Packaging API

IOpcDigitalSignature

IOpcSignatureCustomObjectSet

Overviews

Packaging API Programming Guide

Packaging API Reference

Packaging API Samples

Packaging Digital Signature Interfaces

Packaging Interfaces

Reference