Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for ShareInfoCtr502 (0.28 sec)

  1. src/main/java/jcifs/dcerpc/msrpc/srvsvc.idl

    		int count;
    		[size_is(count)] ShareInfo502 *array;
    	} ShareInfoCtr502;
    
    	typedef [switch_type(int)] union {
    		[case(0)] ShareInfo0 *info0;
    		[case(1)] ShareInfo1 *info1;
    		[case(502)] ShareInfo502 *info1;
    	} ShareInfo;
    
    	typedef [switch_type(int)] union {
    		[case(0)] ShareInfoCtr0 *info0;
    		[case(1)] ShareInfoCtr1 *info1;
    		[case(502)] ShareInfoCtr502 *info1;
    	} ShareCtr;
    
    	[op(0x0f)]
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sun Jul 01 13:12:10 UTC 2018
    - 2.2K bytes
    - Viewed (0)
  2. src/main/java/jcifs/smb1/dcerpc/msrpc/srvsvc.idl

    		int count;
    		[size_is(count)] ShareInfo502 *array;
    	} ShareInfoCtr502;
    
    	typedef [switch_type(int)] union {
    		[case(0)] ShareInfo0 *info0;
    		[case(1)] ShareInfo1 *info1;
    		[case(502)] ShareInfo502 *info1;
    	} ShareInfo;
    
    	typedef [switch_type(int)] union {
    		[case(0)] ShareInfoCtr0 *info0;
    		[case(1)] ShareInfoCtr1 *info1;
    		[case(502)] ShareInfoCtr502 *info1;
    	} ShareCtr;
    
    	[op(0x0f)]
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Fri Mar 22 20:39:42 UTC 2019
    - 2.2K bytes
    - Viewed (0)
  3. src/test/java/jcifs/dcerpc/msrpc/srvsvcTest.java

            verify(mockDeferredBuffer).advance(24); // 12 * 2
        }
    
        @Test
        void testShareInfoCtr502EncodeWithEmptyArray() throws NdrException {
            srvsvc.ShareInfoCtr502 ctr502 = new srvsvc.ShareInfoCtr502();
            ctr502.count = 0;
            ctr502.array = null;
    
            ctr502.encode(mockNdrBuffer);
    
            // Verify the encode operations
            verify(mockNdrBuffer).align(4);
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 14 05:31:44 UTC 2025
    - 12K bytes
    - Viewed (0)
  4. src/main/java/jcifs/smb1/dcerpc/msrpc/srvsvc.java

                }
            }
        }
    
        /**
         * Container for ShareInfo502 structures.
         */
        public static class ShareInfoCtr502 extends NdrObject {
    
            /**
             * Default constructor for ShareInfoCtr502.
             */
            public ShareInfoCtr502() {
            }
    
            /**
             * 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)
  5. src/main/java/jcifs/dcerpc/msrpc/srvsvc.java

                }
            }
        }
    
        /**
         * Container for ShareInfo502 structures.
         */
        public static class ShareInfoCtr502 extends NdrObject {
    
            /**
             * Default constructor for ShareInfoCtr502.
             */
            public ShareInfoCtr502() {
            }
    
            /**
             * 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