_dup2 (msvcrt)
Last changed: barcc-80.145.217.138

.
Summary
TODO - a short description

C# Signature:

[DllImport("msvcrt.dll", CallingConvention=CallingConvention.Cdecl)]
static extern int _dup2(int fd1, int fd2);

VB Signature:

Declare Function _dup2 Lib "msvcrt.dll" (TODO) As TODO

User-Defined Types:

None.

Alternative Managed API:

Do you know one? Please contribute it!

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Documentation
_dup2 on MSDN