This topic has not yet been rated - Rate this topic

IDiaStackFrame::get_maxStack

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

HRESULT get_maxStack ( 
   DWORD* pRetVal
);
pRetVal

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

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

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.