How will IronPython deal with functions that, in C#, use an 'out' variable?

For example, in Microsoft.DirectX.Direct3D, this function exists:

public bool CheckCooperativeLevel(out int result);


If I call this from IronPython, there's no way that the value of result would be modified, right? But it needs to be changed within the function CheckCooperativeLevel, and I need to get the result back!


Thanks,

--Nick

_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today - it's FREE! http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/


_______________________________________________
users-ironpython.com mailing list
users-ironpython.com@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

Reply via email to