Home
last modified time | relevance | path

Searched refs:IDC_DOMAIN_LIST (Results 1 – 3 of 3) sorted by relevance

/external/mdnsresponder/mDNSWindows/DNSServiceBrowser/Windows/Resources/
DResource.h33 #define IDC_DOMAIN_LIST 1002 macro
DApplication.rc90 CONTROL "",IDC_DOMAIN_LIST,"SysListView32",LVS_REPORT |
/external/mdnsresponder/mDNSWindows/DNSServiceBrowser/Windows/Sources/
DChooserDialog.cpp288 ON_NOTIFY(LVN_ITEMCHANGED, IDC_DOMAIN_LIST, OnDomainListChanged) in BEGIN_MESSAGE_MAP()
356 DDX_Control(pDX, IDC_DOMAIN_LIST, mDomainList); in DoDataExchange()