mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 00:45:24 +00:00
13 lines
437 B
C
13 lines
437 B
C
/* $Id$
|
|
*
|
|
* COPYRIGHT: See COPYING in the top level directory
|
|
* PROJECT: ReactOS user32.dll
|
|
* FILE: include/user32.h
|
|
* PURPOSE: Global user32 definitions
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
LRESULT WINAPI ScrollBarWndProcW( HWND hwnd, UINT uMsg, WPARAM wParam,LPARAM lParam );
|
|
LRESULT WINAPI ScrollBarWndProcA( HWND hwnd, UINT uMsg, WPARAM wParam,LPARAM lParam );
|
|
VOID FASTCALL ScrollTrackScrollBar(HWND Wnd, INT SBType, POINT Pt);
|