INtime SDK Help
STACKINFO structure

See also GetRtStackInfo.

Syntax

typedef struct {
    DWORD cbSize;
    DWORD reserved;
    DWORD nUsed;
};

Fields

cbSize
Should be set to the size of the STACKINFO structure before calling GetRtStackInfo
reserved
On exit, contains the number of bytes reserved for the stack.
used
On exit, contains the number of bytes used in the stack so far.
See Also

Threads