Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for DfsEnumArray1 (0.09 sec)

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

            enumStruct.level = 1;
            enumStruct.e = new netdfs.DfsEnumArray1();
            ((netdfs.DfsEnumArray1) enumStruct.e).count = 1;
            ((netdfs.DfsEnumArray1) enumStruct.e).s = new netdfs.DfsInfo1[1];
            ((netdfs.DfsEnumArray1) enumStruct.e).s[0] = new netdfs.DfsInfo1();
            ((netdfs.DfsEnumArray1) enumStruct.e).s[0].entry_path = "struct_path_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)
  2. src/main/java/jcifs/dcerpc/msrpc/netdfs.java

            }
        }
    
        /**
         * Array structure for DFS enumeration containing level 1 information
         */
        public static class DfsEnumArray1 extends NdrObject {
    
            /**
             * Default constructor for DfsEnumArray1
             */
            public DfsEnumArray1() {
                // Default constructor
            }
    
            /**
             * Number of DFS entries in the array
             */
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 16 01:32:48 UTC 2025
    - 21.8K bytes
    - Viewed (0)
  3. src/main/java/jcifs/smb1/dcerpc/msrpc/netdfs.java

            }
        }
    
        /**
         * Array structure for DFS enumeration containing level 1 information
         */
        public static class DfsEnumArray1 extends NdrObject {
    
            /**
             * Default constructor for DfsEnumArray1
             */
            public DfsEnumArray1() {
                // Default constructor
            }
    
            /**
             * Number of DFS entries in the array
             */
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 16 01:32:48 UTC 2025
    - 21.2K bytes
    - Viewed (0)
Back to top