usDefaultOp (USHORT)

      Target-defined default operation.

      DO_COPY

        Default operation is a copy.
      DO_LINK
        Default operation is a link.
      DO_MOVE
        Default operation is a move.
      DO_CREATE
        Default operation is create. Used to create an object from a template.
      DO_NEW
        Default operation is create another. Use create another to create an object that has default settings and data. The result of using create another is identical to creating an object from a template. This value should be defined as DO_UNKNOWN+3 if it is not recognized in the current level of the toolkit.
      Other
        Operation is defined by the application.

        This value should be greater than or equal to (>=) DO_UNKNOWN but not DO_NEW.


      [Back] [Next]