- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for Trans2QueryFSInformation (0.11 sec)
-
src/main/java/jcifs/smb/SmbFile.java
import jcifs.internal.smb1.com.SmbComSetInformationResponse; import jcifs.internal.smb1.trans.nt.NtTransQuerySecurityDesc; import jcifs.internal.smb1.trans.nt.NtTransQuerySecurityDescResponse; import jcifs.internal.smb1.trans2.Trans2QueryFSInformation; import jcifs.internal.smb1.trans2.Trans2QueryFSInformationResponse; import jcifs.internal.smb1.trans2.Trans2QueryPathInformation; import jcifs.internal.smb1.trans2.Trans2QueryPathInformationResponse;
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Thu May 23 01:50:13 UTC 2024 - 82.3K bytes - Viewed (0) -
src/main/java/jcifs/smb1/smb1/SmbFile.java
int level = Trans2QueryFSInformationResponse.SMB_INFO_ALLOCATION; response = new Trans2QueryFSInformationResponse( level ); send( new Trans2QueryFSInformation( level ), response ); size = response.info.getCapacity(); } else if( getUncPath0().length() > 1 && type != TYPE_NAMED_PIPE ) { Info info = queryPath( getUncPath0(),
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Mon Mar 13 12:00:57 UTC 2023 - 107.9K bytes - Viewed (0)