Redigera

Dela via


IDebugHostFunctionLocalDetailsEnumerator::GetNext method (dbgmodel.h)

The GetNext method retrieves information about the next local variable within the function. Note that this method is "scopeless", meaning that it might return two local variables with the same name as they might be in different scopes.

Syntax

HRESULT GetNext(
  IDebugHostFunctionLocalDetails **localDetails
);

Parameters

localDetails

A pointer to a pointer variable that receives the IDebugHostFunctionLocalDetails interface of the next local variable's details.

Return value

If the method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Requirements

Requirement Value
Header dbgmodel.h

See also

IDebugHostFunctionLocalDetailsEnumerator interface