Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Applies To: Windows 8, Windows 8.1
Provides a standard COM enumeration method for enumerating a collection of IProfile interfaces.
{
[id(1), helpstring("Next")] HRESULT Next
([in] ULONG celt,
[out, size_is(celt), length_is(*pCeltFetched)] IProfile** prgVar,
[out] ULONG* pCeltFetched);
[id(2), helpstring("Skip")] HRESULT Skip
([in] ULONG celt);
[id(3), helpstring("Reset")] HRESULT Reset();
[id(4), helpstring("Clone")] HRESULT Clone
([out] IEnumProfile** ppEnum);
};
Functions
The following table describes the functions that this interface provides.
| Method | Description |
|---|---|
Returns an array that contains the specified number of elements. |
|
Indicates the number of elements to skip. |
|
Resets the enumeration. |
|
Creates a clone enumerator. |