PA_GetWebDataToDispose


version 2003


PA_GetWebDataToDispose (params) → void*

Parameter Type Description
params PA_PluginParameters Parameters received in PluginMain
Function result void* 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.