source: branches/samba-3.3.x/source/librpc/gen_ndr/notify.h

Last change on this file was 206, checked in by Herwig Bauernfeind, 16 years ago

Import Samba 3.3 branch at 3.0.0 level (psmedley's port)

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