string = CallNamedPipe(pipeName, data , bufSize , timeOut )
Opens and performs a transaction on a named pipe.
Value | Meaning |
win32pipe.NMPWAIT_NOWAIT | Does not wait for the named pipe. If the named pipe is not available, the function returns an error. |
win32pipe.NMPWAIT_WAIT_FOREVER | Waits indefinitely. |
win32pipe.NMPWAIT_USE_DEFAULT_WAIT | Uses the default time-out specified in a call to the CreateNamedPipe function. |