somSelf (M_WPObject *) - input

      Pointer to the WPObject class object.

    pTitle (PSZ) - input

      Pointer to the object title.

      A pointer to a string containing a title to set on the object. If this value is NULL, the class default value is used.

    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.

      hptrIcon (HPOINTER) - input

        Icon to set on the object.

        If this value is NULL, the class default value is used.

      pObjData (POBJDATA) - input

        Pointer to the object data.

        If this value is NULL, the class default value is used.

      Folder (WPFolder *) - input

        Pointer to a Folder object.

        A pointer to a Folder object that contains the new object. This pointer can be determined by issuing a call to the wpclsQueryFolder method.

      ulUser (ULONG) - input

        Base class-defined value.

        This value is defined by the user and used by the base storage class.

      Success (WPObject *) - returns

        Success indicator.

        NULL

          Error occurred
        Other
          Pointer to the awakened object.


        [Back] [Next]