summaryrefslogtreecommitdiff
path: root/source4/librpc/ndr/ndr_wkssvc.h
blob: c8ad3fb7bcc79ffe69f356b8b72f354a3519131f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
/* header auto-generated by pidl */

struct wks_Info100 {
	uint32 platform_id;
	const char *uni_compname;
	const char *uni_lan_grp;
	uint32 ver_major;
	uint32 ver_minor;
};

union wks_Info {
/* [case(100)] */ struct wks_Info100 *info100;
};

struct wks_QueryInfo {
	struct {
		const char *server_name;
		uint32 level;
	} in;

	struct {
		union wks_Info info;
		NTSTATUS result;
	} out;

};

#define DCERPC_WKS_QUERYINFO 0