Esempio n. 1
0
 public static extern int EnumChildWindows(
     IntPtr hWndParent,         // handle to parent window
     EnumChildProc lpEnumFunc,  // callback function
     ref RECT lParam            // application-defined value
     );
Esempio n. 2
0
 public static extern int GetWindowRect(
     IntPtr hWnd,      // handle to window
     ref RECT lpRect   // window coordinates
     );
Esempio n. 3
0
 public static extern int DrawAnimatedRects(
     IntPtr hwnd,            // handle to clipping window
     int idAni,				// type of animation
     ref RECT lprcFrom,		// rectangle coordinates (minimized)
     ref RECT lprcTo			// rectangle coordinates (restored)
     );