Exemplo n.º 1
0
 public static extern IntPtr SendMessage(
     IntPtr hWnd,
     uint Msg,
     IntPtr wParam,
     ref Injection.COPYDATASTRUCT lParam);
Exemplo n.º 2
0
 public static extern bool EnumWindows(Injection.EnumWindowsProc enumProc, IntPtr lParam);