- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for DfsInfo3 (0.06 sec)
-
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;
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 30.9K bytes - Viewed (0) -
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; /**
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 21.2K bytes - Viewed (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; /**
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 21.8K bytes - Viewed (0)