winIDEA SDK
isys::CStackUsage Class Reference

Description

This class contains information about stack usage.

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

#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.