Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for SmbQueryFileStandardInfo (0.21 sec)

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

                    return 0;
            }
        }
        int readSmbQueryFileStandardInfoWireFormat( byte[] buffer, int bufferIndex ) {
            int start = bufferIndex;
    
            SmbQueryFileStandardInfo info = new SmbQueryFileStandardInfo();
            info.allocationSize = readInt8( buffer, bufferIndex );
            bufferIndex += 8;
            info.endOfFile = readInt8( buffer, bufferIndex );
            bufferIndex += 8;
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Fri Mar 22 21:10:40 UTC 2019
    - 5.4K bytes
    - Viewed (0)
Back to top