Example #1
0
 public static extern int EnumChildWindows(IntPtr hWndParent, WindowsAPI.CallBack lpfn, int lParam);
Example #2
0
 public static extern int EnumWindows(WindowsAPI.EnumWindowsProc ewp, int lParam);
Example #3
0
 private static extern int GetWindowText(IntPtr hWnd, out WindowsAPI.STRINGBUFFER text, int nMaxCount);
Example #4
0
 private static extern bool GetWindowRect(IntPtr hWnd, out WindowsAPI.Rect lpRect);
Example #5
0
 private static extern int GetCursorPos(ref WindowsAPI.POINT lpPoint);
Example #6
0
 private static extern bool GetCursorInfo(out WindowsAPI.CURSORINFO pci);
Example #7
0
 private static extern int GetClassName(IntPtr hWnd, out WindowsAPI.STRINGBUFFER lpString, int nMaxCount);