Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

What is _read?

37 views
Skip to first unread message

kzelec...@e3tech.local

unread,
Apr 18, 2013, 3:58:22 AM4/18/13
to
The _pipe function returns two handles to the pipe in the phandles argument.
The element phandles[0] contains the read handle, and the element
phandles[1] contains the write handle. Pipe file handles are used in the
same way as other file handles. (The low-level input and output functions
_read and _write can read from and write to a pipe.) To detect the
end-of-pipe condition, check for a _read request that returns 0 as the
number of bytes read.

Where the documentation for _read and _write?

jacob navia

unread,
Apr 22, 2013, 6:02:34 PM4/22/13
to
Le 18/04/13 09:58, kzelec...@e3tech.local a écrit :
They are just aliases for read and write

kzelec...@e3tech.local

unread,
Apr 23, 2013, 2:20:40 AM4/23/13
to
write is documented, read is not.

Użytkownik "jacob navia" napisał w wiadomości grup
dyskusyjnych:kl4c1q$5b9$3...@speranza.aioe.org...

kzelec...@e3tech.local

unread,
Apr 24, 2013, 3:35:59 AM4/24/13
to
sleep (of <stdlib.h>) is undocumented either, and the documentation for
clock says:

#include <windows.h> // For the Sleep function

Użytkownik napisał w wiadomości grup
dyskusyjnych:kl58vp$8t0$1...@news.icm.edu.pl...
0 new messages