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 extra pad size added to each function.
Syntax
HRESULT get_framePadSize (
DWORD* pPadSize
);
Parameters
pPadSize
[out] Returns the extra pad size added to each function.
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
The extra pad size is typically used by Edit and Continue.
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 |