pRecordArray (PVOID)

      Pointer to an array of pointers to RECORDCORE structures to which the current information is to be copied.

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

    cNumRecord (USHORT)

      Number of records.

      The number of container records to be updated. If the cNumRecord parameter has a value of 0, all of the records in the container are updated and the pRecordArray parameter is ignored.

    rc (BOOL)

      Success indicator.

      TRUE

        Record information was successfully updated.
      FALSE
        An error occurred. The WinGetLastError function may return the following error:
          PMERR_INVALID_PARAMETERS.


        [Back] [Next]