PA_SetWebListeners

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

version 2003


PA_SetWebListeners (listenProcPtr; closeProcPtr; readProcPtr; writeProcPtr; idleProcPtr; errorProcPtr)

ParameterTypeDescription
listenProcPtrvoid *Pointer to the listening routine
closeProcPtrvoid *Pointer to the close-connexion routine
readProcPtrvoid *Pointer to the reading routine
writeProcPtrvoid *Pointer to the write buffer routine
idleProcPtrvoid *Pointer to the idle routine
errorProcPtrvoid *Pointer to the error manager routine

Description

The routine PA_SetWebListeners gives the plug-in the ability to change default 4th Dimension web hooks.

See Also

No reference.

Error Handling

PA_GetLastError always returns eER_NoErr


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