|
![]() |
![]() |
version 2003
PA_GetAreaReference (params) → void*
Parameter | Type | Description | |
params | PA_PluginParameters | → | Parameters received in PluginMain |
Function result | void* | ← | Pointer to private data |
Description
The routine
PA_GetAreaReference
returns a pointer to private data used with the area. This data has been attached to the area using
PA_SetAreaReference
.
params
is the
PA_PluginParameters
the plug-in received in its
PluginMain
routine.