Example #1
0
 public static extern int GetClassName(IntPtr hWnd, out Structs.STRINGBUFFER ClassName, int nMaxCount);
Example #2
0
 public static extern int GetWindowText(IntPtr hWnd, out Structs.STRINGBUFFER text, int maxCount);