private static extern void _DwmSetWindowAttribute(IntPtr hwnd, DWMWA dwAttribute, ref int pvAttribute, int cbAttribute);
Example #2
0
 private static extern void _DwmSetWindowAttribute(IntPtr hwnd, DWMWA dwAttribute, ref int pvAttribute, int cbAttribute);
Example #3
0
 private static extern int DwmSetWindowAttribute(
     IntPtr hwnd,
     DWMWA dwAttribute,
     [In] ref uint pvAttribute,         // IntPtr
     uint cbAttribute);
Example #4
0
 public static extern int DwmSetWindowAttribute(IntPtr hwnd, DWMWA dwAttribute, ref int pvAttribute, int cbAttribute);
Example #5
0
 public static extern uint DwmSetWindowAttribute(
     [In] IntPtr hwnd,
     [In] DWMWA dwAttribute,
     [In] ref uint pvAttribute,
     [In] uint cbAttribute);