ZwSetSecurityObject is documented to only be available
on XP and later OSs.
I believe that it is present in Windows 2000.
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
ZwSetSecurityObject is documented to only be available
on XP and later OSs.
I believe that it is present in Windows 2000.
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
Randy Cook wrote:
ZwSetSecurityObject is documented to only be available
on XP and later OSs.I believe that it is present in Windows 2000.
Actially it’s present even in Windows NT4.
Filip
Filip Navara wrote:
Randy Cook wrote:
> ZwSetSecurityObject is documented to only be available
> on XP and later OSs.
>
> I believe that it is present in Windows 2000.Actually it’s present even in Windows NT4.
I was wrong. WinNT4 exports only *NtSetSecurityObject, while Win2K
exports **ZwSetSecurityObject also. Sorry for confusion.
Filip
*