PA_GetWebDataToDispose

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

version 2003


PA_GetWebDataToDispose (params) void*

ParameterTypeDescription
paramsPA_PluginParametersParameters received in PluginMain
Function resultvoid*Private data

Description

The command PA_GetWebDataToDispose returns the private data you give when calling either PA_SendWebPicture or PA_SendHTML. You can call this routine only during the eAE_WebDisposeData event.

params is the PA_PluginParameters the plug-in received in its PluginMain routine.

See Also

PA_SendHTML, PA_SendWebPicture.

Error Handling

eER_BadEventCall if not called during eAE_WebDisposeData event.


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