somSelf (M_WPObject *) - input

      Pointer to the WPObject class object.

    hwndCnr (HWND) - input

      Handle to the container window in which objects are to be inserted.

    pptlIcon (PPOINTL) - input

      Pointer to the initial icon position of the first icon inserted.

    pObjectArray (PVOID *) - input

      Pointer to an array of object pointers.

      The objects in this array are to be inserted into the container.

    pRecordParent (PVOID) - input

      Pointer to the parent record.

      This parameter should be set to NULL if the records being inserted will not have a parent or tree view is not supported.

    NumRecords (ULONG) - input

      Number of records in pObjectArray to be inserted.

      This parameter must be greater than 0.

    rc (BOOL) - returns

      Success indicator.

      TRUE

        Successful completion.
      FALSE
        Errors occurred.


      [Back] [Next]