Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for ShareInfoCtr0 (0.06 sec)

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

            verify(mockDeferredBuffer).enc_ndr_small((byte) 2);
        }
    
        @Test
        void testShareInfoCtr0EncodeWithArray() throws NdrException {
            srvsvc.ShareInfoCtr0 ctr0 = new srvsvc.ShareInfoCtr0();
            ctr0.count = 2;
            ctr0.array = new srvsvc.ShareInfo0[2];
            ctr0.array[0] = new srvsvc.ShareInfo0();
            ctr0.array[0].netname = "Share1";
    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

                }
            }
        }
    
        /**
         * Container for ShareInfo0 structures.
         */
        public static class ShareInfoCtr0 extends NdrObject {
    
            /**
             * Default constructor for ShareInfoCtr0.
             */
            public ShareInfoCtr0() {
            }
    
            /**
             * The number of shares in the array.
             */
            /**
             * The number of shares in the array.
    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

                }
            }
        }
    
        /**
         * Container for ShareInfo0 structures.
         */
        public static class ShareInfoCtr0 extends NdrObject {
    
            /**
             * Default constructor for ShareInfoCtr0.
             */
            public ShareInfoCtr0() {
            }
    
            /**
             * The number of shares in the array.
             */
            /**
             * The number of shares in the array.
    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