GetWindowTheme
C# Signature:
[DllImport("uxtheme", ExactSpelling=true)]
public extern static IntPtr GetWindowTheme(IntPtr hWnd);
VB .NET Signature:
Public Declare Function GetWindowTheme Lib "uxtheme.dll" (ByVal hWnd As IntPtr) As IntPtr
Última actualización