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.
Retrieves the offset of the stack pad from the frame pointer register.
Syntax
HRESULT get_framePadOffset (
DWORD* pPadOffset
);
Parameters
pPadOffset
[out] Returns the offset of the stack pad.
Return Value
If successful, returns S_OK
; otherwise, returns S_FALSE
or error code.
Note
A return value of S_FALSE
means the property is not available for the symbol.
Remarks
This method is supported starting in Visual Studio 2019 version 16.10 Preview 2.
Requirements
Requirement | Description |
---|---|
Header: | dia2.h |
Version: | DIA SDK v7.0 |