powneritem (POWNERITEM)

      Pointer to an OWNERITEM data structure.

      The following list defines the OWNERITEM data structure fields that apply to the notebook control.

      hwnd (HWND)

        Notebook window handle.
      hps (HPS)
        Presentation-space handle.
      fsState (ULONG)
        Notebook window style flags. See Notebook Styles for an Old Notebook and Notebook Styles for a New Notebook for descriptions of these style flags.
      fsAttribute (ULONG)
        Page attribute flags for the tab page. See BKM_INSERTPAGE for descriptions of these attribute flags.
      fsStateOld (ULONG)
        Reserved.
      fsAttributeOld (ULONG)
        Reserved.
      rclItem (RECTL)
        Tab rectangle to be drawn in window coordinates.
      idItem (LONG)
        Reserved.
      hItem (ULONG)
        Current page ID (ulPageId) for which the content of a tab is to be drawn.


      [Back] [Next]