- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for ServerGetInfo (0.36 seconds)
-
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.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: Fri Mar 22 20:39:42 GMT 2019 - 2.2K bytes - Click Count (0)