Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for ShareInfo1 (0.28 sec)

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

            srvsvc.ShareInfo1 shareInfo1 = new srvsvc.ShareInfo1();
            shareInfo1.netname = "TestShare";
            shareInfo1.type = 1;
            shareInfo1.remark = "Test Remark";
    
            // Set up deferred buffer chain to avoid NPE
            mockDeferredBuffer.deferred = mockDeferredBuffer;
    
            shareInfo1.encode(mockNdrBuffer);
    
            // Verify the encode operations
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 14 05:31:44 UTC 2025
    - 12K bytes
    - Viewed (0)
  2. src/main/java/jcifs/smb1/dcerpc/msrpc/srvsvc.java

            }
        }
    
        /**
         * Share information level 1 structure containing extended share information.
         */
        public static class ShareInfo1 extends NdrObject {
    
            /**
             * Default constructor for ShareInfo1.
             */
            public ShareInfo1() {
            }
    
            /**
             * The network name of the share.
             */
            public String netname;
            /**
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 16 01:32:48 UTC 2025
    - 26.3K bytes
    - Viewed (0)
  3. src/main/java/jcifs/dcerpc/msrpc/srvsvc.java

            }
        }
    
        /**
         * Share information level 1 structure containing extended share information.
         */
        public static class ShareInfo1 extends NdrObject {
    
            /**
             * Default constructor for ShareInfo1.
             */
            public ShareInfo1() {
            }
    
            /**
             * The network name of the share.
             */
            public String netname;
            /**
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 16 01:32:48 UTC 2025
    - 27K bytes
    - Viewed (0)
Back to top