- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for queryFlags (0.04 sec)
-
src/main/java/jcifs/internal/smb2/info/Smb2QueryInfoRequest.java
} /** * Sets the query flags for the information request * * @param queryFlags * the queryFlags to set */ public final void setQueryFlags(final int queryFlags) { this.queryFlags = queryFlags; } /** * {@inheritDoc} *
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 6.4K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/info/Smb2QueryDirectoryRequest.java
} /** * Sets the query flags for the directory enumeration * * @param queryFlags * the queryFlags to set */ public void setQueryFlags(final byte queryFlags) { this.queryFlags = queryFlags; } /** * Sets the file index from which to start the directory enumeration * * @param fileIndex
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 7.3K bytes - Viewed (0)