ReactOS 0.4.15-dev-7958-gcd0bb1a
_SCROLLSTATE Struct Reference

#include <scrollutils.h>

Public Attributes

UINT uLinesToScroll
 
INT iWheelCarryoverX
 
INT iWheelCarryoverY
 
INT nPageX
 
INT nPageY
 
INT CurrentX
 
INT CurrentY
 
INT MaxX
 
INT MaxY
 
INT nMaxWidth
 
INT nMaxHeight
 

Detailed Description

Definition at line 11 of file scrollutils.h.

Member Data Documentation

◆ CurrentX

INT _SCROLLSTATE::CurrentX

Definition at line 18 of file scrollutils.h.

Referenced by SetDisplayFormat(), and UpdateWindowScrollState().

◆ CurrentY

INT _SCROLLSTATE::CurrentY

Definition at line 19 of file scrollutils.h.

Referenced by SetDisplayFormat(), and UpdateWindowScrollState().

◆ iWheelCarryoverX

INT _SCROLLSTATE::iWheelCarryoverX

Definition at line 14 of file scrollutils.h.

Referenced by SetDisplayFormat().

◆ iWheelCarryoverY

INT _SCROLLSTATE::iWheelCarryoverY

Definition at line 15 of file scrollutils.h.

Referenced by SetDisplayFormat().

◆ MaxX

INT _SCROLLSTATE::MaxX

Definition at line 20 of file scrollutils.h.

Referenced by UpdateWindowScrollState().

◆ MaxY

INT _SCROLLSTATE::MaxY

Definition at line 21 of file scrollutils.h.

Referenced by UpdateWindowScrollState().

◆ nMaxHeight

INT _SCROLLSTATE::nMaxHeight

Definition at line 23 of file scrollutils.h.

Referenced by UpdateWindowScrollState().

◆ nMaxWidth

INT _SCROLLSTATE::nMaxWidth

Definition at line 22 of file scrollutils.h.

Referenced by UpdateWindowScrollState().

◆ nPageX

INT _SCROLLSTATE::nPageX

Definition at line 16 of file scrollutils.h.

Referenced by UpdateWindowScrollState().

◆ nPageY

INT _SCROLLSTATE::nPageY

Definition at line 17 of file scrollutils.h.

Referenced by UpdateWindowScrollState().

◆ uLinesToScroll

UINT _SCROLLSTATE::uLinesToScroll

Definition at line 13 of file scrollutils.h.


The documentation for this struct was generated from the following file: