source: branches/samba-3.0/source/librpc/gen_ndr/notify.h

Last change on this file was 1, checked in by Paul Smedley, 18 years ago

Initial code import

File size: 717 bytes
Line 
1/* header auto-generated by pidl */
2
3#ifndef _HEADER_notify
4#define _HEADER_notify
5
6struct notify_entry {
7 struct server_id server;
8 uint32_t filter;
9 uint32_t subdir_filter;
10 const char * path;/* [flag(LIBNDR_FLAG_STR_UTF8|LIBNDR_FLAG_STR_NULLTERM)] */
11 uint32_t path_len;
12 void* private_data;
13}/* [public] */;
14
15struct notify_depth {
16 uint32_t max_mask;
17 uint32_t max_mask_subdir;
18 uint32_t num_entries;
19 struct notify_entry *entries;
20};
21
22struct notify_array {
23 uint32_t num_depths;
24 struct notify_depth *depth;
25}/* [public] */;
26
27struct notify_event {
28 uint32_t action;
29 const char * path;/* [flag(LIBNDR_FLAG_STR_UTF8|LIBNDR_FLAG_STR_NULLTERM)] */
30 void* private_data;
31}/* [public] */;
32
33#endif /* _HEADER_notify */
Note: See TracBrowser for help on using the repository browser.