Skip to content

Latest commit

 

History

History
171 lines (119 loc) · 4.98 KB

nf-msopc-iopcsignaturepartreferenceenumerator-getcurrent.md

File metadata and controls

171 lines (119 loc) · 4.98 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:msopc.IOpcSignaturePartReferenceEnumerator.GetCurrent
IOpcSignaturePartReferenceEnumerator::GetCurrent (msopc.h)
Gets the IOpcSignaturePartReference interface pointer at the current position of the enumerator.
GetCurrent
GetCurrent method [Open Packaging Conventions]
GetCurrent method [Open Packaging Conventions]
IOpcSignaturePartReferenceEnumerator interface
IOpcSignaturePartReferenceEnumerator interface [Open Packaging Conventions]
GetCurrent method
IOpcSignaturePartReferenceEnumerator.GetCurrent
IOpcSignaturePartReferenceEnumerator::GetCurrent
msopc/IOpcSignaturePartReferenceEnumerator::GetCurrent
opc.iopcsignaturepartreferenceenumerator_getcurrent
opc\iopcsignaturepartreferenceenumerator_getcurrent.htm
OPC
ce5e90dd-9bf3-4632-a957-f468bf91415d
12/05/2018
GetCurrent, GetCurrent method [Open Packaging Conventions], GetCurrent method [Open Packaging Conventions],IOpcSignaturePartReferenceEnumerator interface, IOpcSignaturePartReferenceEnumerator interface [Open Packaging Conventions],GetCurrent method, IOpcSignaturePartReferenceEnumerator.GetCurrent, IOpcSignaturePartReferenceEnumerator::GetCurrent, msopc/IOpcSignaturePartReferenceEnumerator::GetCurrent, opc.iopcsignaturepartreferenceenumerator_getcurrent
msopc.h
Windows
Windows 7 [desktop apps only]
Windows Server 2008 R2 [desktop apps only]
OpcDigitalSignature.idl
Windows
19H1
IOpcSignaturePartReferenceEnumerator::GetCurrent
msopc/IOpcSignaturePartReferenceEnumerator::GetCurrent
c++
APIRef
kbSyntax
COM
msopc.h
IOpcSignaturePartReferenceEnumerator.GetCurrent

IOpcSignaturePartReferenceEnumerator::GetCurrent

-description

Gets the IOpcSignaturePartReference interface pointer at the current position of the enumerator.

-parameters

-param partReference [out, retval]

An IOpcSignaturePartReference interface pointer.

-returns

The method returns an HRESULT. Possible values include, but are not limited to, those in the following table.

Return code/value Description
S_OK
The method succeeded.
E_POINTER
The partReference parameter is NULL.
OPC_E_ENUM_COLLECTION_CHANGED
0x80510050
The enumerator is invalid because the underlying set has changed.
OPC_E_ENUM_INVALID_POSITION
0x80510053
The enumerator cannot perform this operation from its current position.

-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.

Thread Safety

Packaging objects are not thread-safe.

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

-see-also

Core Packaging Interfaces

Getting Started with the Packaging API

IOpcSignaturePartReferenceEnumerator

IOpcSignaturePartReferenceSet

Overviews

Packaging API Programming Guide

Packaging API Reference

Packaging API Samples

Packaging Digital Signature Interfaces

Packaging Interfaces

Reference