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