Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TransWaitNamedPipe (0.16 sec)

  1. src/main/java/jcifs/smb1/smb1/TransactNamedPipeOutputStream.java

            if( len < 0 ) {
                len = 0;
            }
    
            if(( pipe.pipeType & SmbNamedPipe.PIPE_TYPE_CALL ) == SmbNamedPipe.PIPE_TYPE_CALL ) {
                pipe.send( new TransWaitNamedPipe( path ),
                                            new TransWaitNamedPipeResponse() );
                pipe.send( new TransCallNamedPipe( path, b, off, len ),
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Fri Mar 22 21:10:40 GMT 2019
    - 2.6K bytes
    - Viewed (0)
Back to top