error (ULONG) - input

      Error and Exception pop-up flags.

      The unused high-order bits are reserved, and must be zero. The following values can be specified for this parameter. They can be combined using the "logical or" ( | ) operator.

      FERR_DISABLEHARDERR (0x00000000)

        Disable hard error pop-ups.
      FERR_ENABLEHARDERR (0x00000001)
        Enable hard error pop-ups.
      FERR_ENABLEEXCEPTION (0x00000000)
        Enable program exception and untrapped numeric-processor exception pop-ups.
      FERR_DISABLEEXCEPTION (0x00000002)
        Disable program exception and untrapped numeric-processor exception pop-ups.

      ulrc (APIRET) - returns

        Return Code.

        DosError returns one of the following values:

      • NO_ERROR 87
          ERROR_INVALID_PARAMETER
        For a full list of error codes, see Errors.


      [Back] [Next]