mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
5 lines
164 B
C
5 lines
164 B
C
BOOL
|
|
WinPosShowIconTitle(HWND hWnd, BOOL bShow);
|
|
UINT WINAPI
|
|
WinPosGetMinMaxInfo(HWND hWnd, POINT* MaxSize, POINT* MaxPos,
|
|
POINT* MinTrack, POINT* MaxTrack);
|