hello,
I created a named pipe by CreateNamedPipe (),but some bug arised in my application,whi ch I think has something to do with the pipe buffer size(out buffer size and in buffer size),this size could be set to system minimum or system maximum,when assigned zero,the size is system default value.
My question is : how can I get these values(max,min, default)?Especi ally the system default value.
Is it variant under different OS?(Mine is windows xp sp2 or windows 2003)
regards.
-yogo
I created a named pipe by CreateNamedPipe (),but some bug arised in my application,whi ch I think has something to do with the pipe buffer size(out buffer size and in buffer size),this size could be set to system minimum or system maximum,when assigned zero,the size is system default value.
My question is : how can I get these values(max,min, default)?Especi ally the system default value.
Is it variant under different OS?(Mine is windows xp sp2 or windows 2003)
regards.
-yogo
Comment