Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for DfsStorageInfo (0.08 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. src/main/java/jcifs/smb1/dcerpc/msrpc/netdfs.java

            }
        }
    
        /**
         * DFS storage information structure containing server and share details
         */
        public static class DfsStorageInfo extends NdrObject {
    
            /**
             * Default constructor for DfsStorageInfo
             */
            public DfsStorageInfo() {
                // Default constructor
            }
    
            /**
             * Storage state flags
             */
            public int state;
    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)
  2. src/main/java/jcifs/dcerpc/msrpc/netdfs.java

            }
        }
    
        /**
         * DFS storage information structure containing server and share details
         */
        public static class DfsStorageInfo extends NdrObject {
    
            /**
             * Default constructor for DfsStorageInfo
             */
            public DfsStorageInfo() {
                // Default constructor
            }
    
            /**
             * Storage state flags
             */
            public int state;
    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)
Back to Top