PA_IsDeActivated


version 2003


PA_IsDeActivated (params) → char

Parameter Type Description
params PA_PluginParameters Parameters received in PluginMain

Description

The routine PA_IsDeActivated lets the plug-in know if the window is also de-activated when AreaEvent = eAE_Deselect . It returns 1 if the window is deactivated, otherwise it returns 0.

params

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

This routine returns 0 and sets PA_GetLastError to eER_BadEventCall if it is not called at eAE_Deselect event.

See Also

Create and use an external area , PA_IsActivated .

Error Handling

Use PA_GetLastError to see if an error occurred ( eER_BadEventCall )