- Sort Score
- Result 10 results
- Languages All
Results 11 - 13 of 13 for idl (0.01 sec)
-
src/main/java/jcifs/dcerpc/msrpc/MsrpcShareEnum.java
*/ public FileEntry[] getEntries() { /* * The ShareInfo1 class does not implement the FileEntry * interface (because it is generated from IDL). Therefore * we must create an array of objects that do. */ final srvsvc.ShareInfoCtr1 ctr = (srvsvc.ShareInfoCtr1) this.info; final MsrpcShareInfo1[] entries = new MsrpcShareInfo1[ctr.count];
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 2.5K bytes - Viewed (0) -
src/main/java/jcifs/smb1/dcerpc/msrpc/MsrpcShareEnum.java
* @return an array of FileEntry objects representing the shares */ public FileEntry[] getEntries() { /* The ShareInfo1 class does not implement the FileEntry * interface (because it is generated from IDL). Therefore * we must create an array of objects that do. */ final srvsvc.ShareInfoCtr1 ctr = (srvsvc.ShareInfoCtr1) info; final MsrpcShareInfo1[] entries = new MsrpcShareInfo1[ctr.count];
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 2.5K bytes - Viewed (0) -
pom.xml
<exclude>*.md</exclude> <exclude>*.sh</exclude> <exclude>build.properties</exclude> <exclude>docs/**</exclude> <exclude>src/test/resources/**</exclude> <exclude>**/*.idl</exclude> <exclude>**/*.css</exclude> <exclude>.*</exclude> <exclude>.*/**</exclude> <exclude>META-INF/**</exclude> <exclude>src/main/java/jcifs/dcerpc/msrpc/netdfs.java</exclude>
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Mon Aug 25 14:34:10 UTC 2025 - 12.1K bytes - Viewed (0)