I’m using several function of the Win32 API, but the MSDN don’t tell me from which Windows version they originate, their history horizon is just Win2K now (as seen in the ReadFile function documentation).
As the code may have to work on NT4 or win9x, I would like to know if I have to put in place a ‘graceful’ fall-back if these functions are not present on the system. So does anyone got some information about the introduction date/version of the following functions :
- CreatePipe
- SetHandleInformation
- PeekNamedPipe
Thanks
The following are cut-n-pastes from the msdn docs installed with visual studio 2005. I include the function signatures so you can verify that we are talking about the same functions.