示例#1
0
 public WINDOWINFO(bool?filler)
 {
     this = new NativeMethods.WINDOWINFO();
     // ISSUE: type reference
     this.cbSize = (uint)NativeMethods.WINDOWINFO.\u200B‎‌‮‎‌‮‪‍‌‏‫‮‬‭‍‏‬‮‌‫‪‌‍​​‮(NativeMethods.WINDOWINFO.\u202C‎‌‎‎‪‫‍​‫‬‪​​‌​‫‭‬‮‏‫‮(__typeref(NativeMethods.WINDOWINFO)));
 }
示例#2
0
 public static extern bool GetWindowInfo(IntPtr hwnd, out NativeMethods.WINDOWINFO pwi);