Click here to Skip to main content
15,896,207 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi, I need to use the windows performance counters to check the disk length, I tried to use WMI, but it was not compiling in vc++ 6 and I didn't find the compatible SDK in windows7. I also tried the IOCTL_DISK_GET_LENGTH_INFO, but this was also not compiling, it didn't support on windows 7, can you please tell me how can I proceed to compile IOCTL_DISK_GET_LENGTH_INFO in my current setup.
Posted

1 solution

I think the problem is probably trying to use such an old compiler and SDK. You should upgrade to one of the latest editions. See https://www.visualstudio.com/products/visual-studio-express-vs[^] for free ones.
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900