pRecord (PRECORDCORE)

      Pointer to the container record that is to be erased from the current view.

      Note: If the CCS_MINIRECORDCORE style bit is specified when a container is created, then MINIRECORDCORE should be used instead of RECORDCORE and PMINIRECORDCORE should be used instead of PRECORDCORE in all applicable data structures and messages.

    ulReserved (ULONG)

      Reserved value, should be 0.

    rc (BOOL)

      Success indicator.

      TRUE

        The record was successfully erased.
      FALSE
        The record was not erased. The WinGetLastError function may return the following errors:
          
            PMERR_INVALID_PARAMETERS
          
            PMERR_INSUFFICIENT_MEMORY.


          [Back] [Next]