- Sort Score
- Num 10 results
- Language All
Results 1 - 3 of 3 for DfsInfo3 (0.12 seconds)
-
src/main/java/jcifs/smb1/dcerpc/msrpc/netdfs.java
} } /** * DFS information level 3 structure containing detailed DFS entry information */ public static class DfsInfo3 extends NdrObject { /** * Default constructor for DfsInfo3 */ public DfsInfo3() { // Default constructor } /** * DFS path */ public String path; /**Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 16 01:32:48 GMT 2025 - 21.2K bytes - Click Count (0) -
src/main/java/jcifs/dcerpc/msrpc/netdfs.java
} } /** * DFS information level 3 structure containing detailed DFS entry information */ public static class DfsInfo3 extends NdrObject { /** * Default constructor for DfsInfo3 */ public DfsInfo3() { // Default constructor } /** * DFS path */ public String path; /**Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 16 01:32:48 GMT 2025 - 21.8K bytes - Click Count (0) -
src/test/java/jcifs/dcerpc/msrpc/netdfsTest.java
assertNull(decodedStorageInfo.server_name); assertNull(decodedStorageInfo.share_name); } @Test void testDfsInfo3_EncodeDecode() throws NdrException { netdfs.DfsInfo3 info3 = new netdfs.DfsInfo3(); info3.path = "dfs_path"; info3.comment = "dfs_comment"; info3.state = netdfs.DFS_VOLUME_FLAVOR_AD_BLOB; info3.num_stores = 1;
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 30.9K bytes - Click Count (0)