pid (PID) - input

      The identification of the process that is to receive the signal exception.

    exception (ULONG) - input

      The number of the signal exception to send.

      Possible values are shown in the following list:

    • XCPT_SIGNAL_INTR 4
        XCPT_SIGNAL_BREAK

      ulrc (APIRET) - returns

        Return Code.

        DosSendSignalException returns one of the following values:

      • NO_ERROR 1
          ERROR_INVALID_FUNCTION
        156
          ERROR_SIGNAL_REFUSED
        205
          ERROR_NO_SIGNAL_SENT
        209
          ERROR_INVALID_SIGNAL_NUMBER
        303
          ERROR_INVALID_PROCID
        For a full list of error codes, see Errors.


      [Back] [Next]