Juan Lang <[EMAIL PROTECTED]> writes: > The named pipe state can be queried via the > QNmPHandState SMB and changed via the SetNmPHandState > SMB. See the X/Open IPC mechanisms for SMB, p114 and > p116 ( > http://www.opengroup.org/products/publications/catalog/c195.htm > )
Sure, if you already have SMB named pipes, then implementing SMB names pipes becomes rather easy. The problem is implementing them on top of socket pairs... -- Alexandre Julliard [EMAIL PROTECTED]
