pRecordArray (PVOID)

      Pointer to an array of pointers to RECORDCORE structures that are to be freed.

    cNumRecord (USHORT)

      Number of records.

      Number of container records to be freed.

    rc (BOOL)

      Success indicator.

      TRUE

        Memory associated with a record or records in the container was freed.
      FALSE
        Associated memory was not freed. The WinGetLastError function may return the following errors:

        • PMERR_INVALID_PARAMETERS 
            PMERR_MEMORY_DEALLOCATION_ERR
          
            PMERR_RECORD_CURRENTLY_INSERTED.


          [Back] [Next]