Skip to content

Latest commit

 

History

History
190 lines (143 loc) · 4.54 KB

nf-msopc-iopcpartenumerator-movenext.md

File metadata and controls

190 lines (143 loc) · 4.54 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.IOpcPartEnumerator.MoveNext
IOpcPartEnumerator::MoveNext (msopc.h)
Moves the current position of the enumerator to the next IOpcPart interface pointer.
IOpcPartEnumerator interface [Open Packaging Conventions]
MoveNext method
IOpcPartEnumerator.MoveNext
IOpcPartEnumerator::MoveNext
MoveNext
MoveNext method [Open Packaging Conventions]
MoveNext method [Open Packaging Conventions]
IOpcPartEnumerator interface
msopc/IOpcPartEnumerator::MoveNext
opc.iopcpartenumerator_movenext
opc\iopcpartenumerator_movenext.htm
OPC
4d52bb74-53f5-4c7c-a42e-5d67e330b48c
12/05/2018
IOpcPartEnumerator interface [Open Packaging Conventions],MoveNext method, IOpcPartEnumerator.MoveNext, IOpcPartEnumerator::MoveNext, MoveNext, MoveNext method [Open Packaging Conventions], MoveNext method [Open Packaging Conventions],IOpcPartEnumerator interface, msopc/IOpcPartEnumerator::MoveNext, opc.iopcpartenumerator_movenext
msopc.h
Windows
Windows 7 [desktop apps only]
Windows Server 2008 R2 [desktop apps only]
Opcobjectmodel.idl
Windows
19H1
IOpcPartEnumerator::MoveNext
msopc/IOpcPartEnumerator::MoveNext
c++
APIRef
kbSyntax
COM
msopc.h
IOpcPartEnumerator.MoveNext

IOpcPartEnumerator::MoveNext

-description

Moves the current position of the enumerator to the next IOpcPart interface pointer.

-parameters

-param hasNext [out, retval]

A Boolean value that indicates the status of the IOpcPart interface pointer at the current position.

The value of hasNext is only valid when the method succeeds.

Value Meaning
TRUE
The current position of the enumerator has been advanced to the next pointer and that pointer is valid.
FALSE
The current position of the enumerator has been advanced past the end of the collection and is no longer valid.

-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 hasNext parameter is NULL.
OPC_E_ENUM_CANNOT_MOVE_NEXT
0x80510051
The current position is already past the last item of the enumerator.
OPC_E_ENUM_COLLECTION_CHANGED
0x80510050
The enumerator is invalid because the underlying set has changed.

-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

Getting Started with the Packaging API

IOpcPartEnumerator

IOpcPartSet

Overviews

Packaging API Reference

Packaging API Samples

Packaging Errors

Reference