Searched defs:g_fSENSEnabled (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Additions/WINNT/VBoxCredProv/
H A DVBoxCredentialProvider.cpp48 static bool g_fSENSEnabled = false; variable
464 if (g_fSENSEnabled)
500 g_fSENSEnabled = true; /* By default SENS support is enabled. */
517 g_fSENSEnabled = RT_BOOL(dwValue);
523 VBoxCredProvVerbose(0, "VBoxCredentialProviderCreate: g_fSENSEnabled=%RTbool\n",
524 g_fSENSEnabled);
526 && g_fSENSEnabled)

Completed in 1505 milliseconds