PA_GetAreaReference


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.

See PA_SetAreaReference for an example of use.

See Also

Create and use an external area , PA_SetAreaReference .

Error Handling

PA_GetLastError

keeps the last error that occurred before calling the routine.