- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for readSmbQueryFileBasicInfoWireFormat (0.14 sec)
-
src/main/java/jcifs/smb1/smb1/Trans2QueryPathInformationResponse.java
return 2; } int readDataWireFormat( byte[] buffer, int bufferIndex, int len ) { switch( informationLevel ) { case SMB_QUERY_FILE_BASIC_INFO: return readSmbQueryFileBasicInfoWireFormat( buffer, bufferIndex ); case SMB_QUERY_FILE_STANDARD_INFO: return readSmbQueryFileStandardInfoWireFormat( buffer, bufferIndex ); default: return 0;
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Fri Mar 22 21:10:40 UTC 2019 - 5.4K bytes - Viewed (0)