Searched refs:dwDebug (Results 1 – 1 of 1) sorted by relevance
300 DWORD dwDebug = FALSE; in IsDebugLogging() local306 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()