|
![]() |
![]() |
version 2003
PA_SetGrowZone (growZoneHandler) → void *
Parameter | Type | Description | |
growZoneHandler | void * | → | Pointer to a GrowZone routine |
Function result | void * | ← | The actual 4D Grow Zone Handler |
Description
The routine
PA_SetGrowZone
tells 4D to use the routine
gzHandler
when it will be short of memory. It returns a pointer to the actual growZoneHandler routine in use.
The grow zone handler may only be called when 4th Dimension runs under Windows or MacOS 9.
The rules