BOOL SipSetDefaultRect( IntPtr  pRect )
{
Rect ir = new Rect ();
System.Runtime.InteropServices.Marshal.PtrToStructure( pRect , ir );
int h=ir.height;}
internal class Rect {
public int      top;
public int      left;
public int      width;
public int      height;
    }