Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for SamrRidWithAttributeArray (0.59 sec)

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

            }
        }
    
        @Nested
        @DisplayName("SamrRidWithAttributeArray Tests")
        class SamrRidWithAttributeArrayTests {
    
            @Test
            @DisplayName("Should encode array with RIDs")
            void testEncode() throws NdrException {
                // Given: Array with one RID
                samr.SamrRidWithAttributeArray array = new samr.SamrRidWithAttributeArray();
                array.count = 1;
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 14 05:31:44 UTC 2025
    - 33.7K bytes
    - Viewed (0)
  2. src/test/java/jcifs/smb1/dcerpc/msrpc/samrTest.java

            }
        }
    
        @Nested
        @DisplayName("SamrRidWithAttributeArray Tests")
        class SamrRidWithAttributeArrayTests {
    
            @Test
            @DisplayName("Should encode array with RIDs")
            void testEncode() throws NdrException {
                // Given: Array with one RID
                samr.SamrRidWithAttributeArray array = new samr.SamrRidWithAttributeArray();
                array.count = 1;
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 14 05:31:44 UTC 2025
    - 33.6K bytes
    - Viewed (0)
  3. src/main/java/jcifs/dcerpc/msrpc/samr.java

         * Contains an array of RIDs with their associated attributes.
         */
        public static class SamrRidWithAttributeArray extends NdrObject {
    
            /**
             * Default constructor for SamrRidWithAttributeArray.
             */
            public SamrRidWithAttributeArray() {
                // Default constructor
            }
    
            /** The number of RIDs in the array */
            public int count;
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 16 01:32:48 UTC 2025
    - 23.4K bytes
    - Viewed (0)
  4. src/main/java/jcifs/smb1/dcerpc/msrpc/samr.java

         * Contains an array of RIDs with their associated attributes.
         */
        public static class SamrRidWithAttributeArray extends NdrObject {
    
            /**
             * Default constructor for SamrRidWithAttributeArray.
             */
            public SamrRidWithAttributeArray() {
                // Default constructor
            }
    
            /** The number of RIDs in the array */
            public int count;
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 16 01:32:48 UTC 2025
    - 23.1K bytes
    - Viewed (0)
Back to top