Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror
×
Programming

Journal morgan_greywolf's Journal: Win32 SetNamedPIpeHandleState for asynchronous I/O on a pipe 1

Anyone know why SetNamedPipeHandleState should not be used for asynchronous I/O (i.e, 'overlapped' or 'non-blocking' I/O) on a named pipe? MSDN just says don't use it it's only here for Lan Manager 2.0 backward compatibility.

Just curious. Seems like you could use it to do non-blocking reads without setting up an OVERLAPPED structructure, etc.

This discussion has been archived. No new comments can be posted.

Win32 SetNamedPIpeHandleState for asynchronous I/O on a pipe

Comments Filter:
  • No, I don't know. I know this doesn't help, but it means people do read your blog. I'm happy to ask around for you, if that would help...

UNIX is hot. It's more than hot. It's steaming. It's quicksilver lightning with a laserbeam kicker. -- Michael Jay Tucker

Working...