- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for SMB2_IOCTL (0.07 sec)
-
src/main/java/jcifs/internal/smb2/ioctl/Smb2IoctlRequest.java
/** * @param config * @param controlCode * @param fileId */ public Smb2IoctlRequest ( Configuration config, int controlCode, byte[] fileId ) { super(config, SMB2_IOCTL); this.controlCode = controlCode; this.fileId = fileId; this.maxOutputResponse = config.getTransactionBufferSize() & ~0x7; this.outputBuffer = null; } /**
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Aug 05 07:13:17 UTC 2018 - 7.8K bytes - Viewed (0)