IDataModelScriptDebugStackFrame::EnumerateArguments method (dbgmodel.h)

Enumerates arguments to the function in this frame.

The EnumerateArguments method returns a variable set (represented by an IDataModelScriptDebugVariableSetEnumerator interface) for all function arguments of the function called in the stack frame represented by the IDataModelScriptDebugStackFrame interface on which this method was called.

Syntax

HRESULT EnumerateArguments(
  IDataModelScriptDebugVariableSetEnumerator **variablesEnum
);

Parameters

variablesEnum

A variable set enumerator which enumerates all function arguments of the function called in the given stack frame.

Return value

This method returns HRESULT which indicates success or failure.

Requirements

Requirement Value
Header dbgmodel.h

See also

IDataModelScriptDebugStackFrame interface