|
![]() |
![]() |
version 2003
PA_CheckFreeStack (request) → Long
Parameter | Type | Description | |
request | long | → | Requested stack size in bytes |
Function result | Long | ← | Free stack in bytes |
Description
The routine
PA_CheckFreeStack
checks to see if the current process' stack can hold the amount of stack passed in request and returns the amount of stack available. If you want to know the amount of available stack, pass 0 as the requested stack.
NOTE
: