Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Serves as an enumerator for a collection of IReferenceIdentity objects.
IEnumReferenceIdentity : IUnknown {
HRESULT Clone (
IEnumReferenceIdentity **ppIEnumReferenceIdentity
);
HRESULT Next (
[in] ULONG celt,
[out, length_is(celt), size_is(*pceltWritten)]
IReferenceIdentity **prgpIReferenceIdentity[],
[out] ULONG *pceltWritten
);
HRESULT Reset ();
HRESULT Skip (
ULONG celt
);
};
Methods
Method |
Description |
---|---|
IEnumReferenceIdentity::Clone |
Gets an interface pointer to a new IEnumReferenceIdentity that contains the same members as this IEnumReferenceIdentity. |
IEnumReferenceIdentity::Next |
Gets the specified number of IReferenceIdentity objects, starting at the current position. |
IEnumReferenceIdentity::Reset |
Moves the instruction pointer to the beginning of this IEnumReferenceIdentity. |
IEnumReferenceIdentity::Skip |
Moves the instruction pointer forward by the specified number of elements, starting at the current position. |
Requirements
Platforms: Windows 2000, Windows XP, Windows Server 2003 family
Header: Isolation.h
.NET Framework Version: 2.0