Home
last modified time | relevance | path

Searched refs:typesSupported (Results 1 – 2 of 2) sorted by relevance

/external/mdnsresponder/mDNSWindows/SystemService/
DService.c942 DWORD typesSupported; in ServiceSetupEventLogging() local
964 typesSupported = 0 in ServiceSetupEventLogging()
971 …err = RegSetValueEx( key, TEXT("TypesSupported"), 0, REG_DWORD, (const LPBYTE) &typesSupported, si… in ServiceSetupEventLogging()
/external/mdnsresponder/mDNSShared/
DDebugServices.c1001 DWORD typesSupported; in DebugWindowsEventLogInit() local
1038typesSupported = EVENTLOG_SUCCESS | EVENTLOG_ERROR_TYPE | EVENTLOG_WARNING_TYPE | EVENTLOG_INFORMA… in DebugWindowsEventLogInit()
1040 …err = RegSetValueEx( key, TEXT( "TypesSupported" ), 0, REG_DWORD, (const LPBYTE) &typesSupported, … in DebugWindowsEventLogInit()