mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
8 lines
228 B
C
8 lines
228 B
C
#ifndef _WIN32K_SCROLL_H
|
|
#define _WIN32K_SCROLL_H
|
|
|
|
DWORD FASTCALL IntCreateScrollBar(PWINDOW_OBJECT Window, LONG idObject);
|
|
BOOL FASTCALL IntDestroyScrollBar(PWINDOW_OBJECT Window, LONG idObject);
|
|
|
|
#endif /* _WIN32K_SCROLL_H */
|