somSelf (M_WPObject *) - input

      Pointer to the WPObject class object.

    pLocation (PSZ) - input

      Folder location.

      This value can be in any of the following formats:

      • Predefined object IDs of system folders:

        • <WP_NOWHERE>"
            The hidden folder.
          "<LOCATION_DESKTOP>"
            The currently active desktop.
          "<WP_OS2SYS>"
            The System folder.
          "<WP_TEMPS>"
            The Templates folder.
          "<WP_CONFIG>"
            The System Setup folder.
          "<WP_START>"
            The Startup folder.
          "<WP_INFO>"
            The Information folder.
          "<WP_DRIVES>"
            The Drives folder.
          
            Real name specified as a fully qualified path name.

          fLock (BOOL) - input

            Lock object flag.

            If this flag is false, the newly created object will be made dormant whenever the object and the folder containing the object are closed. If this flag is true, the new flag will remain active until the caller issues the wpUnlockObject method on it.

          Success (WPFolder *) - returns

            Success indicator.

            NULL

              Error occurred
            Other
              Pointer to a folder object.


            [Back] [Next]