Home
last modified time | relevance | path

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

/src/crypto/krb5/src/windows/kfwlogon/
H A Dkfwcommon.c299 HKEY NPKey; in IsDebugLogging() local
304 0, KEY_QUERY_VALUE, &NPKey) == ERROR_SUCCESS) in IsDebugLogging()
307 if (RegQueryValueEx(NPKey, "Debug", NULL, NULL, (LPBYTE)&dwDebug, &LSPsize) != ERROR_SUCCESS) in IsDebugLogging()
311 RegCloseKey (NPKey); in IsDebugLogging()