somSelf (M_WPObject *) - input

      Pointer to the WPObject class object.

    hfind (HFIND) - input

      Handle associated with a previous wpclsFindObjectFirst or wpclsFindObjectNext method call.

    pBuffer (POBJECT) - output

      Pointer to a buffer that contains an array of object pointers.

      The size of this buffer must be large enough to hold the number of requested entries specified by pulCount.

    pCount (PULONG) - in/out

      Address of the number of matching entries requested in pBuffer.

      On return, this field contains the number of entries placed into pBuffer.

    rc (BOOL) - returns

      Success indicator.

      TRUE

        Successful completion.
      FALSE
        Error occurred.

        FALSE can indicate:

          WPERR_OBJECT_NOT_FOUND
          WPERR_BUFFER_OVERFLOW


        [Back] [Next]