- Sort Score
- Result 10 results
- Languages All
Results 1 - 4 of 4 for ShareInfo502 (0.06 sec)
-
src/test/java/jcifs/dcerpc/msrpc/MsrpcShareGetInfoTest.java
assertNotNull(info); assertTrue(info instanceof srvsvc.ShareInfo502); } @Test void testMultipleCallsToGetSecurity() throws Exception { // Setup ShareInfo502 with valid security descriptor srvsvc.ShareInfo502 info502 = new srvsvc.ShareInfo502(); byte[] securityDescriptorBytes = new byte[20]; securityDescriptorBytes[0] = 1; // revision
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 14.3K bytes - Viewed (0) -
src/test/java/jcifs/dcerpc/msrpc/srvsvcTest.java
srvsvc.ShareInfo502 shareInfo502 = new srvsvc.ShareInfo502(); shareInfo502.netname = "TestShare"; shareInfo502.type = 1; shareInfo502.remark = "Test Remark"; shareInfo502.permissions = 2; shareInfo502.max_uses = 10; shareInfo502.current_uses = 5; shareInfo502.path = "C:\\test"; shareInfo502.password = "password";
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 12K bytes - Viewed (0) -
src/main/java/jcifs/smb1/dcerpc/msrpc/srvsvc.java
/** * Share information level 502 structure containing full share information including security. */ public static class ShareInfo502 extends NdrObject { /** * Default constructor for ShareInfo502. */ public ShareInfo502() { } /** * The network name of the share. */ public String netname; /**
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 26.3K bytes - Viewed (0) -
src/main/java/jcifs/dcerpc/msrpc/srvsvc.java
/** * Share information level 502 structure containing full share information including security. */ public static class ShareInfo502 extends NdrObject { /** * Default constructor for ShareInfo502. */ public ShareInfo502() { } /** * The network name of the share. */ public String netname; /**
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 27K bytes - Viewed (0)