Beispiel #1
0
		private extern static uint Win32GetLayeredWindowAttributes (IntPtr hwnd, out COLORREF pcrKey, out byte pbAlpha, out LayeredWindowAttributes pwdFlags);
Beispiel #2
0
		private extern static uint Win32SetLayeredWindowAttributes (IntPtr hwnd, COLORREF crKey, byte bAlpha, LayeredWindowAttributes dwFlags);
 public static extern bool SetLayeredWindowAttributes(IntPtr hWnd, UInt32 crKey, byte bAlpha, LayeredWindowAttributes dwFlags);
Beispiel #4
0
 private static extern bool User32_SetLayeredWindowAttributes(IntPtr hWnd, int crKey, byte bAlpha, LayeredWindowAttributes dwFlags);
Beispiel #5
0
 public static extern bool GetLayeredWindowAttributes(IntPtr hwnd, out uint crKey, out byte bAlpha, out LayeredWindowAttributes dwFlags);