mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-26 19:33:31 +00:00
Like with all the other win32k NtUser* functions, acquire on entry and release on exit the global lock, since the function is reading/writing to global variables. Also, set the last-error to ERROR_ACCESS_DENIED if the caller isn't the registered logon process.