I'm trying to write a C++ console app that uses the WIMGAPI and can't seem to figure out how to use these API calls successfully. How do I consume the XML data that's coming back? I'm using unmanaged C++ as this exe needs to run in PE, so no .NET Could anyone give me a quick code example of how I can consume the data and/or create the structure to post the data back to the API to set the image info? Thanks!