- Sort Score
- Num 10 results
- Language All
Results 1 - 3 of 3 for ServerGetInfo (0.09 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
src/main/java/jcifs/dcerpc/msrpc/srvsvc.idl
typedef struct { unsigned long platform_id; [string] wchar_t *name; } ServerInfo100; typedef [switch_type(int)] union { [case(0)] ServerInfo100 *info0; } ServerInfo; [op(0x15)] int ServerGetInfo([in,string,unique] wchar_t *servername, [in] int level, [out,switch_is(level)] ServerInfo *info); typedef struct { uint32_t elapsedt; uint32_t msecs; uint32_t hours; uint32_t mins;Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sun Jul 01 13:12:10 GMT 2018 - 2.2K bytes - Click Count (0) -
src/main/java/jcifs/smb1/dcerpc/msrpc/srvsvc.java
*/ public NdrObject info; /** * Constructs a ServerGetInfo request. * @param servername the server name * @param level the information level * @param info the information container */ public ServerGetInfo(final String servername, final int level, final NdrObject info) { this.servername = servername;Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 16 01:32:48 GMT 2025 - 26.3K bytes - Click Count (0) -
src/main/java/jcifs/dcerpc/msrpc/srvsvc.java
*/ public NdrObject info; /** * Constructs a ServerGetInfo request. * @param servername the server name * @param level the information level * @param info the information container */ public ServerGetInfo(final String servername, final int level, final NdrObject info) { this.servername = servername;Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 16 01:32:48 GMT 2025 - 27K bytes - Click Count (0)