- Sort Score
- Num 10 results
- Language All
Results 1 - 6 of 6 for RIDs (0.01 seconds)
-
src/main/java/jcifs/smb1/dcerpc/msrpc/samr.java
public SamrRidWithAttribute[] rids; @Override public void encode(NdrBuffer _dst) throws NdrException { _dst.align(4); _dst.enc_ndr_long(count); _dst.enc_ndr_referent(rids, 1); if (rids != null) { _dst = _dst.deferred; final int _ridss = count; _dst.enc_ndr_long(_ridss);
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 16 01:32:48 GMT 2025 - 23.1K bytes - Click Count (0) -
src/test/java/jcifs/dcerpc/msrpc/samrTest.java
verify(mockNdrBuffer).enc_ndr_referent(array.rids, 1); } @Test @DisplayName("Should encode array with null RIDs") void testEncodeNullRids() throws NdrException { // Given: Array with null RIDs samr.SamrRidWithAttributeArray array = new samr.SamrRidWithAttributeArray(); array.count = 0; array.rids = null; // When: Encoding array
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 33.7K bytes - Click Count (0) -
src/test/java/jcifs/smb1/dcerpc/msrpc/samrTest.java
verify(mockNdrBuffer).enc_ndr_referent(array.rids, 1); } @Test @DisplayName("Should encode array with null RIDs") void testEncodeNullRids() throws NdrException { // Given: Array with null RIDs samr.SamrRidWithAttributeArray array = new samr.SamrRidWithAttributeArray(); array.count = 0; array.rids = null; // When: Encoding array
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 33.6K bytes - Click Count (0) -
src/main/java/jcifs/smb1/dcerpc/msrpc/samr.idl
} SamrGroupAttrs; typedef struct { uint32_t rid; SamrGroupAttrs attributes; } SamrRidWithAttribute; typedef struct { uint32_t count; [size_is(count)] SamrRidWithAttribute *rids; } SamrRidWithAttributeArray;Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Fri Mar 22 20:39:42 GMT 2019 - 3.1K bytes - Click Count (0) -
src/main/java/jcifs/dcerpc/msrpc/samr.java
public SamrRidWithAttribute[] rids; @Override public void encode(NdrBuffer _dst) throws NdrException { _dst.align(4); _dst.enc_ndr_long(this.count); _dst.enc_ndr_referent(this.rids, 1); if (this.rids != null) { _dst = _dst.deferred; final int _ridss = this.count;
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 16 01:32:48 GMT 2025 - 23.4K bytes - Click Count (0) -
src/main/java/jcifs/dcerpc/msrpc/samr.idl
} SamrGroupAttrs; typedef struct { uint32_t rid; SamrGroupAttrs attributes; } SamrRidWithAttribute; typedef struct { uint32_t count; [size_is(count)] SamrRidWithAttribute *rids; } SamrRidWithAttributeArray;Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sun Jul 01 13:12:10 GMT 2018 - 3.1K bytes - Click Count (0)