Skip to content

OSSIGBUSYPROC

Data Type : Signal Handler
OSSIGBUSYPROC - Function pointer template for Busy signal handler.

#include <ossignal.h>

Definition :

typedef STATUS (LNCALLBACKPTR OSSIGBUSYPROC)(
   WORD BusyType);

Description :

Definition of a pointer to a function that will handle the Busy signal. The default Busy signal handler displays an indicator on the status line when file or network activity is taking place. The return value from this function is an error code if an error occurs, NOERROR otherwise.

This signal handler requires a single parameter:

BusyType - Type of busy indicator to display; use one of the BUSY_SIGNAL_xxx Symbolic Values.

See Also : BUSY_SIGNAL_xxx IXPostMessage OSGetSignalHandler OSSetSignalHandler OS_SIGNAL_xxx