closethemedata (uxtheme)
Last changed: -129.215.13.83

.
Summary
Closes an open theme data pointer.

C# Signature:

[DllImport("uxtheme.dll", ExactSpelling=true)]
public extern static Int32 CloseThemeData(IntPtr hTheme);

VB .NET Signature:

Declare Function CloseThemeData Lib "uxtheme.dll" (ByVal hTheme As IntPtr) As Int32

<DllImport("UxTheme.dll", CallingConvention:=CallingConvention.Cdecl)> _
Function CloseThemeData(ByVal hTheme As IntPtr) As Int32
End Function

User-Defined Types:

None.

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

TODO

Documentation