Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for AccessMaskHint (0.07 seconds)

  1. src/main/java/jcifs/internal/smb2/lock/Smb2LeaseBreakNotification.java

            bufferIndex += 4;
    
            // BreakReason (4 bytes)
            this.breakReason = SMBUtil.readInt4(buffer, bufferIndex);
            bufferIndex += 4;
    
            // AccessMaskHint (4 bytes)
            this.accessMaskHint = SMBUtil.readInt4(buffer, bufferIndex);
            bufferIndex += 4;
    
            // ShareAccessHint (4 bytes)
            this.shareAccessHint = SMBUtil.readInt4(buffer, bufferIndex);
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Sat Aug 23 02:21:31 GMT 2025
    - 4.8K bytes
    - Click Count (0)
Back to Top