> > Does this have any special meaning for comms, or is it just the bog > > standard message for a ReadFile() failure for any form of data > > transfer, be it file, pipe, mailslot, comms, direct disk access, etc.? > > We get this error message for bog-standard FileIO. > > Is that any help?
I think so, yes - I think it shows that the message is the same no matter what ReadFile() is being used for. I assume this occurs for you if you use CreateFile() with OPEN_EXISTING and a filename that actually doesn't exist, then try and use ReadFile()? Or does it occur under other conditions? -- Jason Teagle [EMAIL PROTECTED]
