Hi all,
is it possible to enforce access check from driver in Windows 2000 and
older, as in Windows XP using OBJ_FORCE_ACCESS_CHECK flag?
For example, I need open a registry key and I can use ZwOpenKey function.
But PreviousMode for this call is KernelMode and system bypass access check
in this situation (it is normal and usual wanted behavior).
Petr Borsodi