id (USHORT)

      Window identifier.

      The window ID of the sample area (DID_SAMPLE).

    pOwnerItem (POWNERITEM)

      Pointer to an OWNERITEM data structure.

      The following list defines the OWNERITEM data structure fields as they apply to the font dialog. See OWNERITEM for the default field values.

      hwnd (HWND)

        Window handle of the sample area.
      hps (HPS)
        Presentation-space handle.
      fsState (ULONG)
        Reserved.
      fsAttribute (ULONG)
        Reserved.
      fsStateOld (ULONG)
        Reserved.
      fsAttributeOld (ULONG)
        Reserved.
      rclItem (RECTL)
        Item rectangle to be drawn in window coordinates.
      idItem (LONG)
        Reserved.
      hItem (CNRDRAWITEMINFO)
        Reserved.

      rc (BOOL)

        Item-drawn indicator.

        TRUE

          The owner draws the item.
        FALSE
          If the owner does not draw the item, the owner returns this value and the font dialog draws the item.


        [Back] [Next]