News

public static extern int SomeAPIFunction ( IntPtr hwnd, ref byte [] byteArray, string lpstr);</pre><BR>In fact, you rarely need to use IntPtr at all, as using int (Int32) instead will work, as ...