|
![]() |
![]() |
version 2003
PA_SetAdvancedProperties (params; data; dataSize)
Parameter | Type | Description | |
params | PA_PluginParameters | → | Parameters received in PluginMain |
data | void* | → | Pointer to advanced properties data |
dataSize | long | → | Data size in bytes |
Description
The routine
PA_SetAdvancedProperties
tells 4th Dimension to "link" the advanced properties to that particular area. This way, the advanced properties can be retrieved from
eAE_AreaInit
at Runtime.
params
is the
PA_PluginParameters
the plug-in received in its
PluginMain
routine.