Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |