pRecord (PRECORDCORE)

      Pointer to the specified container record.

      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.

    usChangeEmphasis (USHORT)

      Change-emphasis-attribute flag.

      TRUE

        The container record's emphasis attribute is to be set ON if the change specified is not the same as the current state.
      FALSE
        The container record's emphasis attribute is to be set OFF if the change specified is not the same as the current state.

      fEmphasisAttribute (USHORT)

        Emphasis attribute of the container record.

        The following states can be combined by using a logical OR operator (|):

        CRA_CURSORED

          Specifies that a record will be drawn with a selection cursor.
        CRA_DISABLED
          Specifies that a record will be drawn with unavailable-state emphasis.
        CRA_INUSE
          Specifies that a record will be drawn with in-use emphasis.
        CRA_PICKED
          Specifies that the container record willl be picked up as part of the drag set.
        CRA_SELECTED
          Specifies that a record will be drawn with selected-state emphasis.
        CRA_SOURCE
          Specifies that a record will be drawn with source-menu emphasis.

        rc (BOOL)

          Success indicator.

          TRUE

            Successful completion
          FALSE
            An error occurred.

            The WinGetLastError function may return the following errors:

            PMERR_INVALID_PARAMETERS (1208)

            PMERR_INSUFFICIENT_MEMORY (203E)


            [Back] [Next]