Ejemplo n.º 1
0
 private static extern int SetWindowThemeAttribute(IntPtr hWnd, WindowThemeAttributeType wtype, ref WTA_OPTIONS attributes, int size);
		public static extern void SetWindowThemeAttribute(IntPtr hWnd, WindowThemeAttributeType wtype, 
			ref WTA_OPTIONS attributes, int size);
Ejemplo n.º 3
0
 public static extern HResult SetWindowThemeAttribute(
     IntPtr hwnd,
     WindowThemeAttributeType eAttributeType,
     IntPtr pvAttribute,
     uint size);
Ejemplo n.º 4
0
 public static extern void SetWindowThemeAttribute(IntPtr hWnd, WindowThemeAttributeType wtype, ref WTA_OPTIONS attributes, int size);
Ejemplo n.º 5
0
 public static extern int SetWindowThemeAttribute(HandleRef hWnd, WindowThemeAttributeType wtype, ref WTA_OPTIONS attributes, int size);