Home
last modified time | relevance | path

Searched refs:WndProc (Results 1 – 10 of 10) sorted by relevance

/trunk/main/sal/workben/clipboardwben/testcopy/
H A Dcbcpytest.cxx60 LRESULT CALLBACK WndProc( HWND, UINT, WPARAM, LPARAM );
189 wcex.lpfnWndProc = (WNDPROC)WndProc; in MyRegisterClass()
242 LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) in WndProc() function
/trunk/main/sal/workben/clipboardwben/testpaste/
H A Dcbptest.cxx55 LRESULT CALLBACK WndProc( HWND, UINT, WPARAM, LPARAM );
200 wcex.lpfnWndProc = (WNDPROC)WndProc; in MyRegisterClass()
254 LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) in WndProc() function
/trunk/main/sal/workben/clipboardwben/testviewer/
H A Dcbvtest.cxx71 LRESULT CALLBACK WndProc( HWND, UINT, WPARAM, LPARAM );
147 wcex.lpfnWndProc = (WNDPROC)WndProc; in MyRegisterClass()
197 LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) in WndProc() function
/trunk/main/desktop/win32/source/QuickStart/
H A DQuickStart.cpp58 LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM);
226 wcex.lpfnWndProc = (WNDPROC)WndProc; in MyRegisterClass()
281 LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) in WndProc() function
/trunk/main/fpicker/source/win32/filepicker/
H A Ddibpreview.cxx336 LRESULT CALLBACK CDIBPreview::WndProc( in WndProc() function in CDIBPreview
416 wndClsEx.lpfnWndProc = CDIBPreview::WndProc; in RegisterDibPreviewWindowClass()
H A DPreviewCtrl.cxx256 wndClsEx.lpfnWndProc = CFilePreview::WndProc; in CFilePreview()
573 LRESULT CALLBACK CFilePreview::WndProc( in WndProc() function in CFilePreview
H A Dhelppopupwindow.cxx471 LRESULT CALLBACK CHelpPopupWindow::WndProc( in WndProc() function in CHelpPopupWindow
557 wndClsEx.lpfnWndProc = CHelpPopupWindow::WndProc; in RegisterWindowClass()
H A Dhelppopupwindow.hxx111 static LRESULT CALLBACK WndProc( HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam );
H A Ddibpreview.hxx90 static LRESULT CALLBACK WndProc( HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam );
H A DPreviewCtrl.hxx185 static LRESULT CALLBACK WndProc( HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam );

Completed in 36 milliseconds