PA_GetAreaReference

4D - Documentation   Français   English   German   4D Plugin API, Command Theme List   4D Plugin API, Command Alphabetical List   Back   Previous   Next

version 2003


PA_GetAreaReference (params) void*

ParameterTypeDescription
paramsPA_PluginParametersParameters received in PluginMain
Function resultvoid*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.


4D - Documentation   Français   English   German   4D Plugin API, Command Theme List   4D Plugin API, Command Alphabetical List   Back   Previous   Next