I just installed documents for visual studio 2010, though online installing, which included Win32 & Com, DDK, and SDK 7.1, but when I lookup PIMAGE_NT_HEADERS, it got no results, am I wrong ?
So I tried MSDN online, it got lot of pages related
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It is just a little helper type, the P makes it a pointer to the IMAGE_NT_HEADERS structure. In other words, an alias for IMAGE_NT_HEADERS*. The MSDN library doesn’t document these wee ones.
Look up IMAGE_NT_HEADERS instead.