|
![]() |
![]() |
version 2003
PA_GetAdvancedPropertiesToDispose (params) → void*
Parameter | Type | Description | |
params | PA_PluginParameters | → | Parameters received in PluginMain |
Function result | void* | ← | Pointer to the advanced properties |
Description
The routine
PA_GetAdvancedPropertiesToDispose
returns the advanced properties pointer given to 4th Dimension by a previous call to
PA_SetAdvancedProperties
. This gives the area the possibility of disposing of this data if it is no longer needed.
params
is the
PA_PluginParameters
the plug-in received in its
PluginMain
routine.