|
![]() |
![]() |
version 2003
PA_GetPointerParameter (params; index) → PA_Pointer
Parameter | Type | Description | |
params | PA_PluginParameters | → | Parameters received in PluginMain |
index | short | → | Index of the parameter in params |
Function result | PA_Pointer | ← | Value of the indexth parameter |
Description
The routine
PA_GetPointerParameter
returns the value of type
PA_Pointer
, of the
index
parameter in
params
.
The plug-in can then access the object pointed to by the pointer using
PA_GetPointerKind
,
PA_GetPointerTableField
and
PA_GetPointerVariable
.
See
Create a new plugin
for a description of parameter accessors.
NOTE
: The first parameter starts at
index
1.