Lines Matching refs:nMsg
102 LRESULT CALLBACK SalComWndProcA( HWND hWnd, UINT nMsg, WPARAM wParam, LPARAM lParam );
103 LRESULT CALLBACK SalComWndProcW( HWND hWnd, UINT nMsg, WPARAM wParam, LPARAM lParam );
758 LRESULT CALLBACK SalComWndProc( HWND hWnd, UINT nMsg, WPARAM wParam, LPARAM lParam, int& rDef ) in SalComWndProc() argument
763 switch ( nMsg ) in SalComWndProc()
840 LRESULT CALLBACK SalComWndProcA( HWND hWnd, UINT nMsg, WPARAM wParam, LPARAM lParam ) argument
854 nRet = SalComWndProc( hWnd, nMsg, wParam, lParam, bDef );
865 if ( !ImplHandleGlobalMsg( hWnd, nMsg, wParam, lParam, nRet ) )
866 nRet = DefWindowProcA( hWnd, nMsg, wParam, lParam );
871 LRESULT CALLBACK SalComWndProcW( HWND hWnd, UINT nMsg, WPARAM wParam, LPARAM lParam ) argument
885 nRet = SalComWndProc( hWnd, nMsg, wParam, lParam, bDef );
896 if ( !ImplHandleGlobalMsg( hWnd, nMsg, wParam, lParam, nRet ) )
897 nRet = DefWindowProcW( hWnd, nMsg, wParam, lParam );