Searched refs:STATIC_GetImage (Results 1 – 2 of 2) sorted by relevance
/reactos/dll/win32/comctl32/ |
H A D | static.c | 214 static HANDLE STATIC_GetImage( HWND hwnd, WPARAM wParam, DWORD style ) in STATIC_GetImage() function 472 return (LRESULT)STATIC_GetImage( hwnd, wParam, full_style ); in STATIC_WindowProc() 475 return (LRESULT)STATIC_GetImage( hwnd, IMAGE_ICON, full_style ); in STATIC_WindowProc()
|
/reactos/win32ss/user/user32/controls/ |
H A D | static.c | 187 static HANDLE STATIC_GetImage( HWND hwnd, WPARAM wParam, DWORD style ) in STATIC_GetImage() function 520 return (LRESULT)STATIC_GetImage( hwnd, wParam, full_style ); in StaticWndProc_common() 523 return (LRESULT)STATIC_GetImage( hwnd, IMAGE_ICON, full_style ); in StaticWndProc_common()
|