Click to return to the Content     
IEnumItemProperties::GetC...     IEnumItemProperties::Rese...     IEnumItemProperties Inter...    
Web Workshop  |  Content & Component Delivery

IEnumItemProperties::Next Method


Retrieves a specified number of items in the enumeration sequence.

Syntax

HRESULT Next(
    ULONG celt,
    ITEMPROP *rgelt,
    ULONG *pceltFetched
);

Parameters

celt
[in] Unsigned long integer value that contains the number of ITEMPROP structures being requested.
rgelt
[out] Address of a buffer containing the ITEMPROP structures.
pceltFetched
[out] Unsigned long integer value that indicates 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.