Re: Win32 WriteFile Limits (was: RE: Unsure as to what an error message is really telling me)
From: James Van Artsdalen <james_at_jrv.org>
Date: 2003-10-20 16:28:36 CEST
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/fileio/base/writefile.asp
The text I saw was
Named pipe write operations across a network are limited to 65,535
The test case I wrote below was also helpful. The first WriteFile fails
#include <wtypes.h>
int
h = GetStdHandle (STD_OUTPUT_HANDLE);
> From: "Roger Lipscombe" <roger@differentpla.net>
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.