|
1 |
MSDN Online Library The Microsoft Developer Network site. Since autumn of 1999 the complete content of the Microsoft Developer Network CDs is now online. Any serious developer will find this an invaluable resource for professional development on the Windows platforms.
|
|
2 |
Felix Kasza's Win32 samples If you need samples for programming Windows NT security, his site is definitely the place to go! Felix is also the author of the fksec library, an easy to use C++ library that wraps the elements of Windows NT security, such as access tokens, SIDs, ACLs and ACEs in C++ objects. If you have ever fiddled with copying ACEs from one ACL to another and setting a new ACL to a SID and at the end finding out that you applied a DACL with the wrong order of ACEs to a file object: Forget about it, use fksec! Felix is also the co-author of Gary Nebbett's book about the Windows NT Native API.
|