Contents Index Topic Contents | ||
Previous Topic: IEnumChannels::Clone Next Topic: IEnumChannels::Reset |
IEnumChannels::Next
HRESULT Next( [in] ULONG celt, [out] CHANNELENUMINFO *rgChanInf, [out] ULONG *pceltFetched );Retrieves a specified number of items in the enumeration sequence.
- celt
- Unsigned long integer value that contains the number of CHANNELENUMINFO structures being requested.
- rgChanInf
- Address of a buffer containing the CHANNELENUMINFO structures.
- pceltFetched
- Unsigned long integer value that indicates the actual number of structures received.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.