ulSignalNum (ULONG) - input

      The number of the signal to be acknowledged.

      Valid signals are shown in the following list:

    • XCPT_SIGNAL_INTR
    • XCPT_SIGNAL_KILLPROC
    • XCPT_SIGNAL_BREAK

    ulrc (APIRET) - returns

      Return Code.

      DosAcknowledgeSignalException returns one of the following values:

    • NO_ERROR 209
        ERROR_INVALID_SIGNAL_NUMBER
      For a full list of error codes, see Errors.


    [Back] [Next]