I am using C++ and would like to get the image information from a jpeg/tiff/png/bmp file. Windows explorer shows the following properties and I would like to get them programatically.

Where do I get information on the programming interface for Windows explorer for these properties?
Just use GDI+, no need for any extra library. Windows already comes with it.
See what Microsoft says about doing so here: http://msdn.microsoft.com/en-us/library/windows/desktop/ms533832(v=vs.85).aspx