ulStyle (ULONG) - input

      Object style flags to set on the object.

      If this value is NULL, the current or default value is used.

      Predefined object style bits are as follows:

      OBJSTYLE_CUSTOMICON

        Destroy the icon when the object goes to sleep.
      OBJSTYLE_NOCOPY
        Do not allow copy on the object.
      OBJSTYLE_NODELETE
        Do not allow delete on the object.
      OBJSTYLE_NODDRAG
        Do not allow drag of this object.
      OBJSTYLE_NODDROPON
        Do not allow dropping on this object.
      OBJSTYLE_NOLINK
        Do not allow linking on the object.
      OBJSTYLE_NOMOVE
        Do not allow moving on the object.
      OBJSTYLE_NOPRINT
        Do not allow printting of this object.
      OBJSTYLE_NORENAME
        Do not allow renaming of the object.
      OBJSTYLE_NOTVISIBLE
        Make this object hidden.
      OBJSTYLE_NODSETTINGS
        Do not allow setting of this object.
      OBJSTYLE_TEMPLATE
        This object is a template.


      [Back] [Next]