- Call NotifyBootConfigStatus after a user has been logged-on successfully.
- Implement WlxIsLogoffOk.
svn path=/trunk/; revision=53698
goto cleanup;
result = DoLoginTasks(pgContext, UserName, DomainName, Password);
+
+ if (result == TRUE)
+ NotifyBootConfigStatus(TRUE);
}
cleanup:
return pGinaUI->LockedSAS(pgContext);
}
+/*
+ * @implemented
+ */
+BOOL WINAPI
+WlxIsLogoffOk(
+ PVOID pWlxContext)
+{
+ TRACE("WlxIsLogoffOk()\n");
+ UNREFERENCED_PARAMETER(pWlxContext);
+ return TRUE;
+}
+
BOOL WINAPI
DllMain(
IN HINSTANCE hinstDLL,
}
-/*
- * @unimplemented
- */
-BOOL WINAPI
-WlxIsLogoffOk(
- PVOID pWlxContext)
-{
- UNREFERENCED_PARAMETER(pWlxContext);
-
- UNIMPLEMENTED;
- return TRUE;
-}
-
-
/*
* @unimplemented
*/