Access C global variable 'errno' from C#

Posted by joemoe on Stack Overflow See other posts from Stack Overflow or by joemoe
Published on 2010-03-21T02:30:17Z Indexed on 2010/03/21 2:41 UTC
Read the original article Hit count: 478

Filed under:
|
|
|
|

Is it possible to access the "errno" variable in C# when P/Invoking? This is similar to Win32 GetLastError().

© Stack Overflow or respective owner

Related posts about errno

Related posts about pinvoke