Edit

Share via


IDebugHostFunctionLocalStorage::GetRegister method (dbgmodel.h)

The GetRegister method retrieves the register the local data is stored within, or the register it is relative to. The returned value is architecture-specific.

Syntax

HRESULT GetRegister(
  ULONG *registerId
);

Parameters

registerId

An output pointer to a ULONG type that receives the architecture-specific register ID where the local is stored.

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

IDebugHostFunctionLocalStorage interface