/* [<][>][^][v][top][bottom][index][help] */
1 /* header auto-generated by pidl */
2
3 #include <stdint.h>
4
5 #ifndef _HEADER_notify
6 #define _HEADER_notify
7
8 struct notify_entry {
9 struct server_id server;
10 uint32_t filter;
11 uint32_t subdir_filter;
12 uint32_t dir_fd;
13 struct file_id dir_id;
14 const char * path;/* [flag(LIBNDR_FLAG_STR_UTF8|LIBNDR_FLAG_STR_NULLTERM)] */
15 uint32_t path_len;
16 void* private_data;
17 }/* [public] */;
18
19 struct notify_depth {
20 uint32_t max_mask;
21 uint32_t max_mask_subdir;
22 uint32_t num_entries;
23 struct notify_entry *entries;
24 };
25
26 struct notify_array {
27 uint32_t num_depths;
28 struct notify_depth *depth;
29 }/* [public] */;
30
31 struct notify_event {
32 uint32_t action;
33 const char * path;/* [flag(LIBNDR_FLAG_STR_UTF8|LIBNDR_FLAG_STR_NULLTERM)] */
34 void* private_data;
35 }/* [public] */;
36
37 #endif /* _HEADER_notify */