See also GetRtStackInfo.
Syntax
typedef struct {
DWORD cbSize;
DWORD reserved;
DWORD used;
};
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