コード例 #1
0
 private static extern int SetWindowThemeAttribute(IntPtr hWnd, WindowThemeAttributeType wtype, ref WTA_OPTIONS attributes, int size);
コード例 #2
0
		public static extern void SetWindowThemeAttribute(IntPtr hWnd, WindowThemeAttributeType wtype, 
			ref WTA_OPTIONS attributes, int size);
コード例 #3
0
ファイル: Methods.cs プロジェクト: zyj0021/WinApi
 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);