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