Redigera

Dela via


IDebugHostFunctionLocalDetails::GetArgumentPosition method (dbgmodel.h)

The GetArgumentPosition method obtains the position of the function argument within the argument list. This method will fail on any local which does not return LocalArgument from the GetLocalKind() method.

Syntax

HRESULT GetArgumentPosition(
  ULONG64 *argPosition
);

Parameters

argPosition

A pointer to a ULONG64 variable. This parameter receives the position of the argument within the argument list.

Return value

f the method succeeds, it returns S_OK. If the local does not return LocalArgument from the GetLocalKind() method, it returns an HRESULT error code.

Requirements

Requirement Value
Header dbgmodel.h

See also

IDebugHostFunctionLocalDetails interface