Kevin Koltzau kevin@plop.org writes:
Or would it be preferable that I stick with the way windows does it (by duplicating the ini file loading within uxtheme) and do all the processing in memory?
Yes that would be much better. Parsing a .ini file is not hard, and in the end it's probably less code than what you would have to do to reuse the existing profile parser.