Page 1 of 1

GetThemeDocumentationProperty()

Posted: Wed Jan 23, 2008 7:43 pm
by Fluid Byte
Does anyone got an example showing how this function works? It expects a filename as first parameter wich I retrieve with GetCurrentThemeName() wich outputs this directory:

Code: Select all

C:\WINDOWS\resources\Themes\Luna\Luna.msstyles
This what I pass to the function and "TMT_DISPLAYNAME" as property name but it doesn't return anything. GetCurrentThemeName() returns a Unicode string, not sure if the filepath for GetThemeDocumentationProperty() needs to be Unicode for as well. I strongly assume though.

Posted: Fri Jan 25, 2008 10:22 am
by Fluid Byte
This seems to be a tuff nut, doesn't it? :x

If no one got a solution maybe some of you could point me to a good reference site regarding visual styles stuff?