- Sort Score
- Num 10 results
- Language All
Results 1 - 3 of 3 for SamrRidWithAttribute (0.13 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
src/main/java/jcifs/dcerpc/msrpc/samr.java
* Represents a relative identifier (RID) with associated attribute flags. */ public static class SamrRidWithAttribute extends NdrObject { /** * Default constructor for SamrRidWithAttribute. */ public SamrRidWithAttribute() { // Default constructor } /** The relative identifier (RID) */ public int rid;
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/smb1/dcerpc/msrpc/samr.java
* Represents a relative identifier (RID) with associated attribute flags. */ public static class SamrRidWithAttribute extends NdrObject { /** * Default constructor for SamrRidWithAttribute. */ public SamrRidWithAttribute() { // Default constructor } /** The relative identifier (RID) */ public int rid;
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/smb1/dcerpc/msrpc/samrTest.java
} } @Nested @DisplayName("SamrRidWithAttribute Tests") class SamrRidWithAttributeTests { @Test @DisplayName("Should encode RID with attribute correctly") void testEncode() throws NdrException { // Given: RID with attribute samr.SamrRidWithAttribute ridWithAttribute = new samr.SamrRidWithAttribute(); ridWithAttribute.rid = 100;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)