IOpcSignaturePartReferenceEnumerator interface (msopc.h)

A read-only enumerator of IOpcSignaturePartReference interface pointers.

Inheritance

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

Methods

The IOpcSignaturePartReferenceEnumerator interface has these methods.

 
IOpcSignaturePartReferenceEnumerator::Clone

Creates a copy of the current IOpcSignaturePartReferenceEnumerator interface pointer and all its descendants.
IOpcSignaturePartReferenceEnumerator::GetCurrent

Gets the IOpcSignaturePartReference interface pointer at the current position of the enumerator.
IOpcSignaturePartReferenceEnumerator::MoveNext

Moves the current position of the enumerator to the next IOpcSignaturePartReference interface pointer.
IOpcSignaturePartReferenceEnumerator::MovePrevious

Moves the current position of the enumerator to the previous IOpcSignaturePartReference interface pointer.

Remarks

When an enumerator is created, the current position precedes the first pointer. To set the current position to the first pointer of the enumerator, 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 IOpcSignaturePartReferenceEnumerator interface pointer, call the IOpcSignaturePartReferenceSet::GetEnumerator or IOpcDigitalSignature::GetSignaturePartReferenceEnumerator method.

Thread Safety

Packaging objects are not thread-safe.

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

Requirements

Requirement Value
Minimum supported client Windows 7 [desktop apps | UWP apps]
Minimum supported server Windows Server 2008 R2 [desktop apps | UWP apps]
Target Platform Windows
Header msopc.h

See also

Core Packaging Interfaces

Digital Signatures Overview

Getting Started with the Packaging API

IOpcDigitalSignature

IOpcSignaturePartReferenceSet

Overviews

Packaging API Programming Guide

Packaging API Reference

Packaging API Samples

Packaging Digital Signature Interfaces

Packaging Interfaces

Reference