Searched refs:inLParam (Results 1 – 6 of 6) sorted by relevance
/external/mdnsresponder/mDNSWindows/DNSServiceBrowser/Windows/Sources/ |
D | ChooserDialog.h | 120 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 );
|
D | ChooserDialog.cpp | 896 LONG ChooserDialog::OnDomainAdd( WPARAM inWParam, LPARAM inLParam ) in OnDomainAdd() argument 908 assert( inLParam ); in OnDomainAdd() 909 p = reinterpret_cast <DomainEventInfo *> ( inLParam ); in OnDomainAdd() 947 LONG ChooserDialog::OnDomainRemove( WPARAM inWParam, LPARAM inLParam ) in OnDomainRemove() argument 959 assert( inLParam ); in OnDomainRemove() 960 p = reinterpret_cast <DomainEventInfo *> ( inLParam ); in OnDomainRemove() 988 LONG ChooserDialog::OnServiceAdd( WPARAM inWParam, LPARAM inLParam ) in OnServiceAdd() argument 995 assert( inLParam ); in OnServiceAdd() 996 p = reinterpret_cast <ServiceEventInfo *> ( inLParam ); in OnServiceAdd() 1006 LONG ChooserDialog::OnServiceRemove( WPARAM inWParam, LPARAM inLParam ) in OnServiceRemove() argument [all …]
|
/external/mdnsresponder/mDNSWindows/DNSServiceBrowser/WindowsCE/Sources/ |
D | BrowserDialog.h | 75 afx_msg LONG OnServiceAdd( WPARAM inWParam, LPARAM inLParam ); 76 afx_msg LONG OnServiceRemove( WPARAM inWParam, LPARAM inLParam );
|
D | BrowserDialog.cpp | 258 LONG BrowserDialog::OnServiceAdd( WPARAM inWParam, LPARAM inLParam ) in OnServiceAdd() argument 268 entry = reinterpret_cast < BrowserEntry * > ( inLParam ); in OnServiceAdd() 314 LONG BrowserDialog::OnServiceRemove( WPARAM inWParam, LPARAM inLParam ) in OnServiceRemove() argument 324 entry = reinterpret_cast < BrowserEntry * > ( inLParam ); in OnServiceRemove()
|
/external/mdnsresponder/mDNSWindows/ControlPanel/ |
D | ConfigPropertySheet.cpp | 113 CConfigPropertySheet::OnDataReady(WPARAM inWParam, LPARAM inLParam) in OnDataReady() argument 115 if (WSAGETSELECTERROR(inLParam) && !(HIWORD(inLParam))) in OnDataReady()
|
D | ConfigPropertySheet.h | 63 afx_msg LRESULT OnDataReady( WPARAM inWParam, LPARAM inLParam ); 64 afx_msg LRESULT OnRegistryChanged( WPARAM inWParam, LPARAM inLParam );
|