Searched defs:WndProc (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Main/src-server/win/
H A DHostPowerWin.cpp79 wc.lpfnWndProc = HostPowerServiceWin::WndProc;
146 LRESULT CALLBACK HostPowerServiceWin::WndProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam) function in class:HostPowerServiceWin
/vbox/src/libs/xpcom18a4/xpcom/tests/windows/
H A DTestHelloXPLoop.cpp48 LRESULT CALLBACK WndProc(HWND wnd, UINT msg, WPARAM wParam, LPARAM lParam);
93 wndclass.lpfnWndProc = WndProc;
134 LRESULT CALLBACK WndProc(HWND wnd, UINT msg, WPARAM wParam, LPARAM lParam) function
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/w16gui/
H A Dpoppad.c54 long FAR PASCAL _export WndProc (HWND, UINT, UINT, LONG) ;
130 wndclass.lpfnWndProc = WndProc ;
224 long FAR PASCAL _export WndProc (HWND hwnd, UINT message, UINT wParam, function
/vbox/src/VBox/Additions/WINNT/VBoxTray/
H A DVBoxDnD.cpp345 * The proxy window's WndProc.
347 LRESULT CALLBACK VBoxDnDWnd::WndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) function in class:VBoxDnDWnd
1460 * Static helper function for having an own WndProc for proxy
1471 return pWnd->WndProc(hWnd, uMsg, wParam, lParam);
/vbox/src/libs/libpng-1.2.8/contrib/visupng/
H A DVisualPng.c37 LRESULT CALLBACK WndProc (HWND, UINT, WPARAM, LPARAM);
84 wndclass.lpfnWndProc = WndProc;
142 LRESULT CALLBACK WndProc (HWND hwnd, UINT message, WPARAM wParam, function

Completed in 51 milliseconds