fRemoveRecord (USHORT)

      Flags.

      Flags that show whether memory must be freed and container records invalidated.

      CMA_FREE

        If specified, RECORDCORE structures are removed and memory associated with the RECORDCORE structures is freed. If not specified, RECORDCORE structures are removed and no memory is freed; this is the default.
      CMA_INVALIDATE
        If specified, after RECORDCORE structures are removed the container is invalidated and any necessary repositioning of the container records is performed. If not specified, invalidation is not performed.

        This option is not valid in the icon view unless the CCS_AUTOPOSITION style bit is not set. In the icon view, the container record is refreshed if the CCS_AUTOPOSITION style bit is set. regardless of whether the CMA_INVALIDATE attribute is set.


      [Back] [Next]