Esempio 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);
Esempio n. 3
0
 public static extern HResult SetWindowThemeAttribute(
     IntPtr hwnd,
     WindowThemeAttributeType eAttributeType,
     IntPtr pvAttribute,
     uint size);
Esempio n. 4
0
 public static extern void SetWindowThemeAttribute(IntPtr hWnd, WindowThemeAttributeType wtype, ref WTA_OPTIONS attributes, int size);
Esempio n. 5
0
 public static extern int SetWindowThemeAttribute(HandleRef hWnd, WindowThemeAttributeType wtype, ref WTA_OPTIONS attributes, int size);