I am developing a c++ project, to get disk drive device properties.I want to know if is possible to get properties that we get can get'it whith right click on the device, with a c++ code.
could anyone help.
A simple Google search for "C++ Windows get disk drive properties" gives some promising looking Windows API functions. GetVolumeInformation looks like it might be what you want.