somSelf (M_WPObject *) - input

      Pointer to the WPObject class object.

    hwndCnr (HWND) - input

      Handle to the container object.

    pRecordArray (PVOID *) - input

      Pointer to an array of MINIRECORDCORE objects that are to be removed.

    NumRecords (ULONG) - input

      Number of records in pRecordArray.

    RemoveAll (BOOL) - input

      Flag indicating whether to remove all records.

      Possible values are described in the following list:

      TRUE

        All records in the specified container are to be removed, and the in-use list for each object is to be cleaned up.
      FALSE
        Only records specified in pRecordArray are to be removed, and the in-use list is to be cleaned up for the same objects.

      rc (BOOL) - returns

        Success indicator.

        TRUE

          Successful completion.
        FALSE
          Error occurred.


        [Back] [Next]