nss_winbind: Solaris 64-bit fix and...
[Samba/ekacnet.git] / librpc / gen_ndr / named_pipe_auth.h
blob5f4ba9afb10d97457a465e0fe2b37afc862aed85
1 /* header auto-generated by pidl */
3 #include <stdint.h>
5 #include "librpc/gen_ndr/netlogon.h"
6 #ifndef _HEADER_named_pipe_auth
7 #define _HEADER_named_pipe_auth
9 #define NAMED_PIPE_AUTH_MAGIC ( "NPAM" )
10 union named_pipe_auth_req_info {
11 struct netr_SamInfo3 info1;/* [case] */
12 }/* [switch_type(uint32)] */;
14 struct named_pipe_auth_req {
15 uint32_t length;/* [value(ndr_size_named_pipe_auth_req(r,ndr->flags)-4),flag(LIBNDR_FLAG_BIGENDIAN)] */
16 const char *magic;/* [value(NAMED_PIPE_AUTH_MAGIC),charset(DOS)] */
17 uint32_t level;
18 union named_pipe_auth_req_info info;/* [switch_is(level)] */
19 }/* [gensize,public] */;
21 union named_pipe_auth_rep_info {
22 }/* [switch_type(uint32)] */;
24 struct named_pipe_auth_rep {
25 uint32_t length;/* [value(ndr_size_named_pipe_auth_rep(r,ndr->flags)-4),flag(LIBNDR_FLAG_BIGENDIAN)] */
26 const char *magic;/* [value(NAMED_PIPE_AUTH_MAGIC),charset(DOS)] */
27 uint32_t level;
28 union named_pipe_auth_rep_info info;/* [switch_is(level)] */
29 NTSTATUS status;
30 }/* [gensize,public] */;
32 #endif /* _HEADER_named_pipe_auth */