OpenThemeFile (uxtheme)
Last changed: -67.128.30.210

.
Summary
TODO - a short description

C# Signature:

[DllImport("UxTheme.Dll", EntryPoint = "#2", CharSet = CharSet.Unicode)]
public static extern int OpenThemeFile(string pszFilename, string pszColor, string pszSize, out IntPtr hThemeFile int dwReserved);

VB Signature:

Declare Function OpenThemeFile Lib "uxtheme.dll" (TODO) As TODO

User-Defined Types:

None.

Alternative Managed API:

Do you know one? Please contribute it!

Notes:

Parameters have the same meaning as for SetSystemVisualStyle, except the new hThemeFile one which is the result of the function.

I'll add an example of how to use this later.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Documentation