1 /* header auto-generated by pidl */
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)] */
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)] */
28 union named_pipe_auth_rep_info info
;/* [switch_is(level)] */
30 }/* [gensize,public] */;
32 #endif /* _HEADER_named_pipe_auth */