You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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...