Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <e32cmn.h>

Class TThreadStackInfo

class TThreadStackInfo;

Description

Stores information about a thread's stack.

Note, on the emulator, the memory between iLimit and the thread's current stack pointer may not actually be committed.

Members

Defined in TThreadStackInfo:

See also:


Member data


iBase

TLinAddr iBase;

Description

The address which the stack pointer would contain if the stack were empty.


iLimit

TLinAddr iLimit;

Description

The address which the stack pointer would contain if the stack were full, (The lowest valid address).


iExpandLimit

TLinAddr iExpandLimit;

Description

The limit value for the stack if it were expanded to its maximum size.

Currently expanding stacks is not supported so iExpandLimit==iLimit