Click to return to the Content     
IEnumChannels::Clone Meth...     IEnumChannels::Reset Meth...     IEnumChannels Interface    
Web Workshop  |  Content & Component Delivery

IEnumChannels::Next Method


Retrieves a specified number of items in the enumeration sequence.

Syntax

HRESULT Next(
    ULONG celt,
    CHANNELENUMINFO *rgChanInf,
    ULONG *pceltFetched
);

Parameters

celt
[in] Unsigned long integer value that specifies the number of CHANNELENUMINFO structures being requested.
rgChanInf
[out] Address of a buffer that contains the CHANNELENUMINFO structures.
pceltFetched
[out] Unsigned long integer value that specifies the actual number of structures received.

Return Value

Returns S_OK if successful, or an error code otherwise.



Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.