Searched refs:LRESULT (Results 1 - 25 of 87) sorted by relevance

1234

/macosx-10.10.1/mDNSResponder-561.1.1/mDNSWindows/ControlPanel/
H A DControlPanel.h37 virtual LRESULT OnRun(CWnd* pParentWnd);
38 virtual LRESULT OnStartParms(CWnd* pParentWnd, LPCTSTR lpszExtra);
39 virtual LRESULT OnInquire(CPLINFO* pInfo);
40 virtual LRESULT OnNewInquire(NEWCPLINFO* pInfo);
41 virtual LRESULT OnSelect();
42 virtual LRESULT OnStop();
76 virtual LRESULT OnCplMsg(HWND hWndCPl, UINT msg, LPARAM lp1, LPARAM lp2);
77 virtual LRESULT OnInit();
78 virtual LRESULT OnExit();
H A DControlPanel.cpp103 LRESULT
121 LRESULT
124 LRESULT lResult = 1;
163 LRESULT
179 LRESULT
192 LRESULT
203 LRESULT
253 LRESULT
281 LRESULT
292 LRESULT
[all...]
H A DConfigPropertySheet.h63 afx_msg LRESULT OnDataReady( WPARAM inWParam, LPARAM inLParam );
64 afx_msg LRESULT OnRegistryChanged( WPARAM inWParam, LPARAM inLParam );
H A DBrowsingPage.h102 afx_msg void OnLvnItemchangedBrowseList(NMHDR *pNMHDR, LRESULT *pResult);
/macosx-10.10.1/vim-55/src/
H A Dglbl_ime.h18 LRESULT WINAPI global_ime_DefWindowProc(HWND, UINT, WPARAM, LPARAM);
H A Dglbl_ime.cpp129 LRESULT WINAPI
132 LRESULT lResult;
/macosx-10.10.1/mDNSResponder-561.1.1/Clients/PrinterSetupWizard/
H A DSecondPage.h61 afx_msg void OnTvnSelchangedBrowseList(NMHDR *pNMHDR, LRESULT *pResult);
62 afx_msg void OnNmClickBrowseList(NMHDR * pNMHDR, LRESULT * pResult);
63 afx_msg void OnTvnKeyDownBrowseList(NMHDR * pNMHDR, LRESULT * pResult );
H A DThirdPage.h144 afx_msg void OnLvnItemchangedManufacturer(NMHDR *pNMHDR, LRESULT *pResult);
146 afx_msg void OnLvnItemchangedPrinterModel(NMHDR *pNMHDR, LRESULT *pResult);
/macosx-10.10.1/WebKit-7600.1.25/win/WebCoreSupport/
H A DWebInspectorClient.h124 LRESULT onGetMinMaxInfo(WPARAM, LPARAM);
125 LRESULT onSize(WPARAM, LPARAM);
126 LRESULT onClose(WPARAM, LPARAM);
127 LRESULT onSetFocus();
145 static friend LRESULT CALLBACK WebInspectorWndProc(HWND, UINT, WPARAM, LPARAM);
/macosx-10.10.1/mDNSResponder-561.1.1/mDNSWindows/DNSServiceBrowser/Windows/Sources/
H A DChooserDialog.h107 afx_msg void OnDomainListChanged(NMHDR* pNMHDR, LRESULT* pResult);
108 afx_msg void OnServiceListChanged(NMHDR* pNMHDR, LRESULT* pResult);
109 afx_msg void OnChooserListChanged(NMHDR* pNMHDR, LRESULT* pResult);
110 afx_msg void OnChooserListDoubleClick(NMHDR* pNMHDR, LRESULT* pResult);
/macosx-10.10.1/tcl-105/tk84/tk/win/
H A DtkWinInt.h159 EXTERN LRESULT CALLBACK TkWinChildProc _ANSI_ARGS_((HWND hwnd, UINT message,
190 LRESULT (WINAPI *callWindowProc)(WNDPROC lpPrevWndFunc, HWND hWnd,
192 LRESULT (WINAPI *defWindowProc)(HWND hWnd, UINT Msg, WPARAM wParam,
/macosx-10.10.1/WTF-7600.1.24/wtf/win/
H A DMainThreadWin.cpp43 LRESULT CALLBACK ThreadingWindowWndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)
H A DRunLoopWin.cpp37 LRESULT CALLBACK RunLoop::RunLoopWndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)
53 LRESULT RunLoop::wndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)
/macosx-10.10.1/WebKit-7600.1.25/win/
H A DWebNodeHighlight.h70 friend static LRESULT CALLBACK OverlayWndProc(HWND, UINT, WPARAM, LPARAM);
H A DFullscreenVideoController.h118 virtual LRESULT fullscreenClientWndProc(HWND, UINT message, WPARAM, LPARAM);
139 static LRESULT CALLBACK hudWndProc(HWND, UINT message, WPARAM, LPARAM);
/macosx-10.10.1/mDNSResponder-561.1.1/mDNSWindows/DNSServiceBrowser/WindowsCE/Sources/
H A DBrowserDialog.h74 afx_msg void OnBrowserListDoubleClick(NMHDR* pNMHDR, LRESULT* pResult);
/macosx-10.10.1/mDNSResponder-561.1.1/Clients/BonjourExample/
H A DBonjourExample.cpp31 static LRESULT CALLBACK WndProc( HWND inWindow, UINT inMsg, WPARAM inWParam, LPARAM inLParam );
128 static LRESULT CALLBACK WndProc( HWND inWindow, UINT inMsg, WPARAM inWParam, LPARAM inLParam )
130 LRESULT result;
/macosx-10.10.1/BerkeleyDB-21/db/examples_cxx/wce_tpcb/
H A DTpcbUI.cpp20 LRESULT CALLBACK WndProc (HWND, UINT, WPARAM, LPARAM);
21 LRESULT CALLBACK MainDialog (HWND, UINT, WPARAM, LPARAM);
22 LRESULT CALLBACK InitDialog (HWND, UINT, WPARAM, LPARAM);
23 LRESULT CALLBACK AdvancedDialog (HWND, UINT, WPARAM, LPARAM);
24 LRESULT CALLBACK RunDialog (HWND, UINT, WPARAM, LPARAM);
134 LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)
158 LRESULT CALLBACK MainDialog(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam)
306 LRESULT CALLBACK AdvancedDialog(HWND hDlg, UINT message,
/macosx-10.10.1/OpenSSL098-52/src/apps/
H A Dwinrand.c66 LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM);
116 LRESULT CALLBACK WndProc(HWND hwnd, UINT iMsg, WPARAM wParam, LPARAM lParam)
/macosx-10.10.1/WebKit-7600.1.25/wince/
H A DWebView.h81 static LRESULT CALLBACK webViewWndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam);
82 LRESULT wndProc(HWND, UINT, WPARAM, LPARAM);
/macosx-10.10.1/WTF-7600.1.24/wtf/
H A DRunLoop.h139 static LRESULT CALLBACK RunLoopWndProc(HWND, UINT, WPARAM, LPARAM);
140 LRESULT wndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam);
/macosx-10.10.1/mDNSResponder-561.1.1/Clients/ExplorerPlugin/
H A DExplorerBarWindow.h206 afx_msg void OnDoubleClick( NMHDR *inNMHDR, LRESULT *outResult );
207 afx_msg LRESULT OnServiceEvent( WPARAM inWParam, LPARAM inLParam );
/macosx-10.10.1/tcl-105/tk/tk/generic/
H A DtkPlatDecls.h65 LRESULT *result);
142 int (*tk_TranslateWinEvent) (HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam, LRESULT *result); /* 5 */
/macosx-10.10.1/tcl-105/tk/tk/win/
H A DtkWinInt.h196 LRESULT (WINAPI *callWindowProc)(WNDPROC lpPrevWndFunc, HWND hWnd,
198 LRESULT (WINAPI *defWindowProc)(HWND hWnd, UINT Msg, WPARAM wParam,
H A DttkWinMonitor.c15 static LRESULT WINAPI WndProc(HWND hwnd, UINT msg, WPARAM wp, LPARAM lp);
114 static LRESULT WINAPI

Completed in 239 milliseconds

1234