source: branches/samba-3.5.x/librpc/gen_ndr/ndr_initshutdown.h

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

Samba 3.5.0: Initial import

File size: 1019 bytes
Line 
1/* header auto-generated by pidl */
2
3#include "librpc/ndr/libndr.h"
4#include "../librpc/gen_ndr/initshutdown.h"
5
6#ifndef _HEADER_NDR_initshutdown
7#define _HEADER_NDR_initshutdown
8
9#define NDR_INITSHUTDOWN_UUID "894de0c0-0d55-11d3-a322-00c04fa321a1"
10#define NDR_INITSHUTDOWN_VERSION 1.0
11#define NDR_INITSHUTDOWN_NAME "initshutdown"
12#define NDR_INITSHUTDOWN_HELPSTRING "Init shutdown service"
13extern const struct ndr_interface_table ndr_table_initshutdown;
14#define NDR_INITSHUTDOWN_INIT (0x00)
15
16#define NDR_INITSHUTDOWN_ABORT (0x01)
17
18#define NDR_INITSHUTDOWN_INITEX (0x02)
19
20#define NDR_INITSHUTDOWN_CALL_COUNT (3)
21void ndr_print_initshutdown_Init(struct ndr_print *ndr, const char *name, int flags, const struct initshutdown_Init *r);
22void ndr_print_initshutdown_Abort(struct ndr_print *ndr, const char *name, int flags, const struct initshutdown_Abort *r);
23void ndr_print_initshutdown_InitEx(struct ndr_print *ndr, const char *name, int flags, const struct initshutdown_InitEx *r);
24#endif /* _HEADER_NDR_initshutdown */
Note: See TracBrowser for help on using the repository browser.