usError (USHORT)

      Error code.

      Returned from DosCopy, DosMove, or DosDelete.

    usOperation (USHORT)

      Flag.

      Flag indicating the operation that failed.

      DFF_MOVE

        DosMove failed.
      DFF_COPY
        DosCopy failed.
      DFF_DELETE
        DosDelete failed.

      hstr (HSTR)

        HSTR of file contributing to the error.

      hstrAction (HSTR)

        Action indicator.

        DME_IGNORECONTINUE

          Do not retry the operation, but continue with the rest of the files.
        DME_IGNOREABORT
          Do not retry the operation, and do not try any other files.
        DME_RETRY
          Retry the operation.
        DME_REPLACE
          Replace the file at the destination. Used if is not specified.
        Other
          HSTR of new file name to use for retry.


        [Back] [Next]