Retrieves the next expression context in the enumeration.
Syntax
HRESULT Next(
ULONG celt,
IEnumDebugExpressionContexts **ppdec,
ULONG *pceltFetched
);
Parameters
- celt
- [in] Unsigned long integer value that indicates the number of expression contexts to return.
- ppdec
- [out] Address of a pointer to an IEnumDebugExpressionContexts interface.
- pceltFetched
- [out] Unsigned long integer value that receives the number of expression contexts actually returned.
Return Value
Returns S_OK if successful, or an error code otherwise.