Home
last modified time | relevance | path

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

/src/crypto/krb5/src/windows/kfwlogon/
H A Dkfwcommon.c300 DWORD dwDebug = FALSE; in IsDebugLogging() local
306 LSPsize=sizeof(dwDebug); in IsDebugLogging()
307 if (RegQueryValueEx(NPKey, "Debug", NULL, NULL, (LPBYTE)&dwDebug, &LSPsize) != ERROR_SUCCESS) in IsDebugLogging()
309 dwDebug = FALSE; in IsDebugLogging()
314 return(dwDebug ? TRUE : FALSE); in IsDebugLogging()