Skip to content

Commit d480a64

Browse files
committed
incorporated review feedback
1 parent 7ac76d4 commit d480a64

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/debugger/debug-interface-access/idiasymbol-get-framepadoffset.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ Retrieves the offset of the stack pad from the frame pointer register.
2121

2222
```C++
2323
HRESULT get_framePadOffset
24-
DWORD* pPadSize
24+
DWORD* pPadOffset
2525
);
2626
```
2727

2828
#### Parameters
2929

30-
`pPadSize`
30+
`pPadOffset`
3131

3232
[out] Returns the offset of the stack pad.
3333

docs/debugger/debug-interface-access/idiasymbol-get-isrtcs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Returns a value that tells whether the function was compiled with stack frame ru
2020
## Syntax
2121

2222
```C++
23-
HRESULT get_framePadSize
23+
HRESULT get_isRTCs
2424
DWORD* pRetVal
2525
);
2626
```

0 commit comments

Comments
 (0)