OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:typessupported
(Results
1 - 1
of
1
) sorted by null
/external/mdnsresponder/mDNSShared/
DebugServices.c
1001
DWORD
typesSupported
;
1036
// Set the supported event types in the
TypesSupported
subkey.
1038
typesSupported
= EVENTLOG_SUCCESS | EVENTLOG_ERROR_TYPE | EVENTLOG_WARNING_TYPE | EVENTLOG_INFORMATION_TYPE |
1040
err = RegSetValueEx( key, TEXT( "
TypesSupported
" ), 0, REG_DWORD, (const LPBYTE) &
typesSupported
, sizeof( DWORD ) );
[
all
...]
Completed in 4507 milliseconds