Guardian Procedure Calls Reference Manual

102: origin of main stack
returns the address of the origin of the main stack.
NIL is returned if the target system is running an operating system version earlier than D40.
If the value to be returned can be represented as a unique 32-bit address, the value will be
returned as a 32-bit value. Otherwise, a value of 0xFFFC0000 (null address) will be returned.
This attribute is superseded by attribute 142. The new attribute is identical except that an
INT(64) data type is returned. You must write new code to use this attribute.
103: current main stack size
returns the current main stack size in bytes.
0D is returned if the target system is running an operating system version earlier than D40.
If the value to be returned can be represented as a 32-bit integer, the value will be returned
as a 32-bit value. Otherwise, a value of -1D will be returned.
This attribute is superseded by attribute 143. The new attribute is identical except that an
INT(64) data type is returned. You must write new code to use this attribute.
104: maximum main stack size
returns the maximum size, in bytes, to which the main stack can grow.
0D is returned if the target system is running an operating system version earlier than D40.
If the value to be returned can be represented as a 32-bit integer, the value will be returned
as a 32-bit value. Otherwise, a value of -1D will be returned.
This attribute is superseded by attribute 144. The new attribute is identical except that an
INT(64) data type is returned. You must write new code to use this attribute.
105: origin of the privileged stack
returns the address of the origin of the privileged stack.
NIL is returned if the target system is running an operating system version earlier than D40.
If the value to be returned can be represented as a unique 32-bit address, the value will be
returned as a 32-bit value. Otherwise, a value of 0xFFFC0000 (null address) will be returned.
This attribute is superseded by attribute 145. The new attribute is identical except that an
INT(64) data type is returned. You must write new code to use this attribute.
106: current privileged stack size
returns the current privileged stack size in bytes.
0D is returned if the target system is running an operating system version earlier than D40.
If the value to be returned can be represented as a 32-bit integer, the value will be returned
as a 32-bit value. Otherwise, a value of -1D will be returned.
This attribute is superseded by attribute 146. The new attribute is identical except that an
INT(64) data type is returned. You must write new code to use this attribute.
107: maximum privileged stack size
returns the maximum privileged stack size in bytes.
0D is returned if the target system is running an operating system version earlier than D40.
If the value to be returned can be represented as a 32-bit integer, the value will be returned
as a 32-bit value. Otherwise, a value of -1D will be returned.
This attribute is superseded by attribute 147. The new attribute is identical except that an
INT(64) data type is returned. You must write new code to use this attribute.
PROCESS_GETINFOLIST_ Procedure 1035