2 (cl:in-package w32apimod
)
4 (define-w32api-module win95.scrollbar
:win95.scrollbar
)
6 (cl:in-package cl-w32api.module.win95.scrollbar
)
8 (defcfunex-exported ("EnableScrollBar" EnableScrollBar
:convention
:stdcall
) :int
13 (defcfunex-exported ("GetScrollInfo" GetScrollInfo
:convention
:stdcall
) :int
18 (defcfunex-exported ("GetScrollPos" GetScrollPos
:convention
:stdcall
) :int
22 (defcfunex-exported ("GetScrollRange" GetScrollRange
:convention
:stdcall
) :int
28 (defcfunex-exported ("ScrollDC" ScrollDC
:convention
:stdcall
) :int
37 (defcfunex-exported ("ScrollWindow" ScrollWindow
:convention
:stdcall
) :int
44 (defcfunex-exported ("ScrollWindowEx" ScrollWindowEx
:convention
:stdcall
) :int
54 (defcfunex-exported ("SetScrollInfo" SetScrollInfo
:convention
:stdcall
) :int
60 (defcfunex-exported ("SetScrollPos" SetScrollPos
:convention
:stdcall
) :int
66 (defcfunex-exported ("SetScrollRange" SetScrollRange
:convention
:stdcall
) :int
73 (defcfunex-exported ("ShowScrollBar" ShowScrollBar
:convention
:stdcall
) :int