winIDEA SDK
Loading...
Searching...
No Matches
isys::CStackUsage Class Reference

This class contains information about stack usage. More...

#include <CDataController.h>

Public Member Functions

ADDRESS_64 getBase ()
 Returns base address of stack.
ADDRESS_64 getSize ()
 Returns size of stack.
ADDRESS_64 getUsed ()
 Returns used size of stack.

Detailed Description

This class contains information about stack usage.

Clients should not instantiate this class, call method CDataController::getStackUsage() to get instances of this class.