- Sort Score
- Result 10 results
- Languages All
Results 1 - 6 of 6 for SamrRidWithAttribute (0.27 sec)
-
src/main/java/jcifs/smb1/dcerpc/msrpc/samr.idl
SE_GROUP_LOGON_ID = 0xC0000000 } SamrGroupAttrs; typedef struct { uint32_t rid; SamrGroupAttrs attributes; } SamrRidWithAttribute; typedef struct { uint32_t count; [size_is(count)] SamrRidWithAttribute *rids; } SamrRidWithAttributeArray;
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Fri Mar 22 20:39:42 UTC 2019 - 3.1K bytes - Viewed (0) -
src/test/java/jcifs/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;
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 33.7K bytes - Viewed (0) -
src/main/java/jcifs/dcerpc/msrpc/samr.idl
SE_GROUP_LOGON_ID = 0xC0000000 } SamrGroupAttrs; typedef struct { uint32_t rid; SamrGroupAttrs attributes; } SamrRidWithAttribute; typedef struct { uint32_t count; [size_is(count)] SamrRidWithAttribute *rids; } SamrRidWithAttributeArray;
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Jul 01 13:12:10 UTC 2018 - 3.1K bytes - Viewed (0) -
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;
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 23.4K bytes - Viewed (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;
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 23.1K bytes - Viewed (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;
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 33.6K bytes - Viewed (0)