Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for dfs_comment (0.37 seconds)

  1. src/test/java/jcifs/dcerpc/msrpc/netdfsTest.java

        }
    
        @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;
            info3.stores = new netdfs.DfsStorageInfo[1];
            info3.stores[0] = new netdfs.DfsStorageInfo();
    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)
Back to Top