- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for AccessMaskHint (0.05 sec)
-
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);
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 23 02:21:31 UTC 2025 - 4.8K bytes - Viewed (0) -
docs/smb3-features/01-smb3-lease-design.md
dstIndex += 4; // BreakReason (4 bytes) writeInt4(dst, dstIndex, breakReason); dstIndex += 4; // AccessMaskHint (4 bytes) writeInt4(dst, dstIndex, accessMaskHint); dstIndex += 4; // ShareAccessHint (4 bytes) writeInt4(dst, dstIndex, shareAccessHint); dstIndex += 4;
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 02:53:50 UTC 2025 - 22K bytes - Viewed (0)