コード例 #1
0
 public bool EnumWindows(EnumWindowsProc lpEnumFunc, ref EnumExtraData data)
 {
     return(PInvoker.EnumWindows(lpEnumFunc, ref data));
 }