GetThemeDocumentationProperty()

Just starting out? Need help? Post your questions and find answers here.
User avatar
Fluid Byte
Addict
Addict
Posts: 2336
Joined: Fri Jul 21, 2006 4:41 am
Location: Berlin, Germany

GetThemeDocumentationProperty()

Post 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.
Windows 10 Pro, 64-Bit / Whose Hoff is it anyway?
User avatar
Fluid Byte
Addict
Addict
Posts: 2336
Joined: Fri Jul 21, 2006 4:41 am
Location: Berlin, Germany

Post 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?
Windows 10 Pro, 64-Bit / Whose Hoff is it anyway?
Post Reply