|
![]() |
![]() |
version 2003
PA_GetPluginProperties (params; props)
Parameter | Type | Description | |
params | PA_PluginParameters | → | Parameters received in PluginMain |
props | PA_PluginProperties* | ← | Pointer the the area properties |
Description
The routine
PA_GetPluginProperties
returns the area settings in the
PA_PluginProperties
pointed to by
props
.
params
is the
PA_PluginParameters
the plug-in received in its
PluginMain
routine.