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