Skip to content

Latest commit

 

History

History
36 lines (29 loc) · 871 Bytes

idiastackframe-get-maxstack.md

File metadata and controls

36 lines (29 loc) · 871 Bytes
description title ms.date ms.topic dev_langs helpviewer_keywords author ms.author manager ms.subservice
IDiaStackFrame::get_maxStack retrieves the maximum number of bytes pushed on the stack in the frame.
IDiaStackFrame::get_maxStack
11/04/2016
reference
C++
IDiaStackFrame::get_maxStack method
mikejo5000
mikejo
mijacobs
debug-diagnostics

IDiaStackFrame::get_maxStack

Retrieves the maximum number of bytes pushed on the stack in the frame.

Syntax

HRESULT get_maxStack ( 
   DWORD* pRetVal
);

Parameters

pRetVal

[out] Returns the maximum number of bytes pushed on the stack.

Return Value

If successful, returns S_OK. Returns S_FALSE if the property is not supported. Otherwise, returns an error code.

See also