Beispiel #1
0
 internal static extern int SetWindowLong
 (
     [In] IntPtr hwnd,
     [In] WindowsLong index,
     [In] int newStyle
 );
Beispiel #2
0
 internal static extern int GetWindowLong
 (
     [In] IntPtr hwnd,
     [In] WindowsLong index
 );