Searched refs:inWParam (Results 1 - 11 of 11) sorted by relevance

/macosx-10.10.1/mDNSResponder-561.1.1/mDNSWindows/DNSServiceBrowser/WindowsCE/Sources/
H A DBrowserDialog.h75 afx_msg LONG OnServiceAdd( WPARAM inWParam, LPARAM inLParam );
76 afx_msg LONG OnServiceRemove( WPARAM inWParam, LPARAM inLParam );
H A DBrowserDialog.cpp258 LONG BrowserDialog::OnServiceAdd( WPARAM inWParam, LPARAM inLParam ) argument
266 (void) inWParam; // Unused
314 LONG BrowserDialog::OnServiceRemove( WPARAM inWParam, LPARAM inLParam ) argument
322 (void) inWParam; // Unused
/macosx-10.10.1/mDNSResponder-561.1.1/mDNSWindows/DNSServiceBrowser/Windows/Sources/
H A DChooserDialog.h120 afx_msg LONG OnDomainAdd( WPARAM inWParam, LPARAM inLParam );
121 afx_msg LONG OnDomainRemove( WPARAM inWParam, LPARAM inLParam );
122 afx_msg LONG OnServiceAdd( WPARAM inWParam, LPARAM inLParam );
123 afx_msg LONG OnServiceRemove( WPARAM inWParam, LPARAM inLParam );
124 afx_msg LONG OnResolve( WPARAM inWParam, LPARAM inLParam );
H A DChooserDialog.cpp896 LONG ChooserDialog::OnDomainAdd( WPARAM inWParam, LPARAM inLParam )
906 UNUSED_ALWAYS( inWParam );
947 LONG ChooserDialog::OnDomainRemove( WPARAM inWParam, LPARAM inLParam )
957 UNUSED_ALWAYS( inWParam );
988 LONG ChooserDialog::OnServiceAdd( WPARAM inWParam, LPARAM inLParam )
993 UNUSED_ALWAYS( inWParam );
1006 LONG ChooserDialog::OnServiceRemove( WPARAM inWParam, LPARAM inLParam )
1014 UNUSED_ALWAYS( inWParam );
1052 LONG ChooserDialog::OnResolve( WPARAM inWParam, LPARAM inLParam )
1061 UNUSED_ALWAYS( inWParam );
[all...]
/macosx-10.10.1/mDNSResponder-561.1.1/mDNSWindows/ControlPanel/
H A DConfigPropertySheet.h63 afx_msg LRESULT OnDataReady( WPARAM inWParam, LPARAM inLParam );
64 afx_msg LRESULT OnRegistryChanged( WPARAM inWParam, LPARAM inLParam );
H A DConfigPropertySheet.cpp113 CConfigPropertySheet::OnDataReady(WPARAM inWParam, LPARAM inLParam) argument
121 SOCKET sock = (SOCKET) inWParam;
/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 ) argument
161 result = DefWindowProc( inWindow, inMsg, inWParam, inLParam );
/macosx-10.10.1/mDNSResponder-561.1.1/Clients/PrinterSetupWizard/
H A DPrinterSetupWizardSheet.h73 OnProcessEvent(WPARAM inWParam, LPARAM inLParam);
76 OnSocketEvent(WPARAM inWParam, LPARAM inLParam);
H A DPrinterSetupWizardSheet.cpp885 CPrinterSetupWizardSheet::OnSocketEvent(WPARAM inWParam, LPARAM inLParam) argument
893 SOCKET sock = (SOCKET) inWParam;
918 CPrinterSetupWizardSheet::OnProcessEvent(WPARAM inWParam, LPARAM inLParam) argument
922 m_driverThreadExitCode = (DWORD) inWParam;
/macosx-10.10.1/mDNSResponder-561.1.1/Clients/ExplorerPlugin/
H A DExplorerBarWindow.h207 afx_msg LRESULT OnServiceEvent( WPARAM inWParam, LPARAM inLParam );
H A DExplorerBarWindow.cpp312 ExplorerBarWindow::OnServiceEvent(WPARAM inWParam, LPARAM inLParam) argument
320 SOCKET sock = (SOCKET) inWParam;

Completed in 77 milliseconds