Header annotations in Windows Programming
Header annotations are added to many header files ( windows ). These are nothing but a way to specify how a function uses its parameters and returns value. This helps programmers to know if they are using Windows API in correct way. If you are using code analysis in Visual Studio then, you will see [...]
Continue reading →