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.
[The feature associated with this page, Microsoft TV Technologies, is a legacy feature. Microsoft strongly recommends that new code does not use this feature.]
The Next method retrieves the specified number of items in the collection.
Syntax
HRESULT Next(
[in] unsigned long celt,
[out] ITuneRequest **ppprop,
[out] unsigned long *pcelt
);
Parameters
[in] celt
Specifies the number of items to retrieve.
[out] ppprop
Array of size celt that is filled with ITuneRequest interface pointers.
[out] pcelt
Receives the number of items retrieved.
Return value
The method returns an HRESULT. Possible values include those in the following table.
Return code | Description |
---|---|
|
The method succeeded. |
|
The collection is at the end of the enumeration sequence. |
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | bdatif.h |