Indicates that a process wants to receive further signals.
#define INCL_DOSEXCEPTIONS #include <os2.h> ULONG ulSignalNum; /* The number of the signal to be acknowledged. */ APIRET ulrc; /* Return Code. */ ulrc = DosAcknowledgeSignalException(ulSignalNum);