Searched refs:MAKELRESULT (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dmmddk.h394 #define MAKEMCIRESOURCE(wRet, wRes) MAKELRESULT((wRet), (wRes))
H A Dwindowsx.h635 MAKELRESULT((BOOL)(fn)(hwnd), 0L)
683 MAKELRESULT((BOOL)(fn)(hwnd), 0L)
796 MAKELRESULT((BOOL)(fn)(hwnd), 0L)
H A Dwinuser.h1487 #define MAKELRESULT(low,high) ((LRESULT)(DWORD)MAKELONG(low,high)) macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dmmddk.h392 #define MAKEMCIRESOURCE(wRet, wRes) MAKELRESULT((wRet), (wRes))
H A Dwindowsx.h635 MAKELRESULT((BOOL)(fn)(hwnd), 0L)
683 MAKELRESULT((BOOL)(fn)(hwnd), 0L)
796 MAKELRESULT((BOOL)(fn)(hwnd), 0L)
H A Dwinuser.h2103 #define MAKELRESULT(low,high) ((LRESULT)(DWORD)MAKELONG(low,high)) macro

Completed in 142 milliseconds