somSelf (M_WPObject *) - input

      Pointer to the WPObject class object.

    Title (PSZ) - input

      Pointer to the title specification for objects to be searched.

      This title may include the wildcard characters "*" and "?".

    ulSearchType (ULONG) - input

      Flag indicating type of search to be performed.

      SEARCH_ALL_FOLDERS

        Search all folders.
      SEARCH_THIS_FOLDER
        Search current folder only.
      SEARCH_THIS_TREE
        Search the current folder tree only.

      ExtendedCriteria (PVOID) - output

        Pointer to a buffer that contains the class-specific extended search criteria.

        This buffer can be passed to the wpDoesObjectMatch method.

      fSuccess (BOOL) - returns

        Success indicator.

        TRUE

          Successful completion.
        FALSE
          An error occurred or the user canceled the search operation.


        [Back] [Next]