IEnumIDENTITY_ATTRIBUTE Interface
Serves as an enumerator for the attributes of the code object in the current scope.
IEnumIDENTITY_ATTRIBUTE : IUnknown
HRESULT Clone (
[out] IEnumIDENTITY_ATTRIBUTE **ppIEnumIDENTITY_ATTRIBUTE
);
HRESULT CurrentIntoBuffer (
[in] SIZE_T cbAvailable,
[in, out, length_is(cbAvailable), size_is(*pcbUsed)]
BYTE pbData[],
[out] SIZE_T *pcbUsed
);
HRESULT Next (
[in] ULONG celt,
[out, length_is(celt), size_is(*pceltWritten)]
IDENTITY_ATTRIBUTE rgAttributes[],
[out, optional] ULONG *pceltWritten
);
HRESULT Reset ();
HRESULT Skip (
[in] ULONG celt
);
};
Methods
Method | Description |
---|---|
IEnumIDENTITY_ATTRIBUTE::Clone |
Gets an interface pointer to a new IEnumIDENTITY_ATTRIBUTE that contains the same members as this IEnumIDENTITY_ATTRIBUTE. |
IEnumIDENTITY_ATTRIBUTE::CurrentIntoBuffer |
Writes the data contained in the elements of this IEnumIDENTITY_ATTRIBUTE to the specified data buffer. |
IEnumIDENTITY_ATTRIBUTE::Next |
Gets the specified number of attributes, starting at the current position. |
IEnumIDENTITY_ATTRIBUTE::Reset |
Moves the instruction pointer to the beginning of this IEnumIDENTITY_ATTRIBUTE. |
IEnumIDENTITY_ATTRIBUTE::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