IDebugHostFunctionLocalStorage::GetOffset method (dbgmodel.h)
The GetOffset method retrieves the offset from the register where the local data is stored.
Syntax
HRESULT GetOffset(
LONG64 *offset
);
Parameters
offset
An output pointer to a LONG64 type that receives the offset value.
Return value
If the method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Requirements
Requirement | Value |
---|---|
Header | dbgmodel.h |