summaryrefslogtreecommitdiffstats
path: root/private/net/svcdlls/srvsvc/srvsvc.acf
blob: 5027f010a7e6a00d5ea23f490a4537b9a1649606 (plain) (blame)
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
[ implicit_handle( handle_t srvsvc_bhandle ) ]

interface srvsvc

{

typedef [allocate(all_nodes)]   LPCHARDEV_INFO_0;
typedef [allocate(all_nodes)]   LPCHARDEV_INFO_1;

typedef [allocate(all_nodes)]   LPCHARDEVQ_INFO_0;
typedef [allocate(all_nodes)]   LPCHARDEVQ_INFO_1;

typedef [allocate(all_nodes)]   LPCONNECTION_INFO_0;
typedef [allocate(all_nodes)]   LPCONNECTION_INFO_1;

typedef [allocate(all_nodes)]   LPFILE_INFO_2;
typedef [allocate(all_nodes)]   LPFILE_INFO_3;

typedef [allocate(all_nodes)]   LPSESSION_INFO_0;
typedef [allocate(all_nodes)]   LPSESSION_INFO_1;
typedef [allocate(all_nodes)]   LPSESSION_INFO_2;
typedef [allocate(all_nodes)]   LPSESSION_INFO_10;
typedef [allocate(all_nodes)]   LPSESSION_INFO_502;

typedef [allocate(all_nodes)]   LPSHARE_INFO_0;
typedef [allocate(all_nodes)]   LPSHARE_INFO_1;
typedef [allocate(all_nodes)]   LPSHARE_INFO_2;
typedef [allocate(all_nodes)]   LPSHARE_INFO_502_I;

typedef [allocate(all_nodes)]   LPSERVER_INFO_100;
typedef [allocate(all_nodes)]   LPSERVER_INFO_101;
typedef [allocate(all_nodes)]   LPSERVER_INFO_102;
typedef [allocate(all_nodes)]   LPSERVER_INFO_402;
typedef [allocate(all_nodes)]   LPSERVER_INFO_403;
typedef [allocate(all_nodes)]   LPSERVER_INFO_502;
typedef [allocate(all_nodes)]   LPSERVER_INFO_503;
typedef [allocate(all_nodes)]   LPSERVER_INFO_599;

typedef [allocate(all_nodes)]   LPDISK_INFO;

typedef [allocate(all_nodes)]   LPSERVER_TRANSPORT_INFO_0;
typedef [allocate(all_nodes)]   LPSERVER_TRANSPORT_INFO_1;

}