Retrieves a specified number of segments in the enumeration sequence.

HRESULT Next(
   ULONG                      celt,
   IDebugExpressionContext**  ppdec,
   ULONG*                     pceltFetched
);

Parameters

celt

[in] The number of segments to retrieve.

ppdec

[out] Returns an array of IDebugExpressionContext interfaces that represents the segments being retrieved.

pceltFetched

[out] The actual number of segments fetched by the enumerator.

Expand imageReturn Value

Expand imageRemarks

Expand imageSee Also