_pipe (msvcrt)
Last changed: barcc-80.145.217.138

.
Summary
TODO - a short description

C# Signature:

[DllImport("msvcrt.dll", CallingConvention=CallingConvention.Cdecl]
static extern int _pipe(int[] pfds, uint psize, int textmode);

VB Signature:

Declare Function _pipe 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
_pipe on MSDN