1 /* header auto-generated by pidl */
5 #ifndef _HEADER_epmapper
6 #define _HEADER_epmapper
8 #define EPMAPPER_STATUS_NO_MORE_ENTRIES ( 0x16c9a0d6 )
9 #define EPMAPPER_STATUS_NO_MEMORY ( 0x16C9A012 )
10 #define EPMAPPER_STATUS_OK ( 0 )
12 #ifndef USE_UINT_ENUMS
14 EPM_PROTOCOL_DNET_NSP
=0x04,
15 EPM_PROTOCOL_OSI_TP4
=0x05,
16 EPM_PROTOCOL_OSI_CLNS
=0x06,
17 EPM_PROTOCOL_TCP
=0x07,
18 EPM_PROTOCOL_UDP
=0x08,
20 EPM_PROTOCOL_NCADG
=0x0a,
21 EPM_PROTOCOL_NCACN
=0x0b,
22 EPM_PROTOCOL_NCALRPC
=0x0c,
23 EPM_PROTOCOL_UUID
=0x0d,
24 EPM_PROTOCOL_IPX
=0x0e,
25 EPM_PROTOCOL_SMB
=0x0f,
26 EPM_PROTOCOL_PIPE
=0x10,
27 EPM_PROTOCOL_NETBIOS
=0x11,
28 EPM_PROTOCOL_NETBEUI
=0x12,
29 EPM_PROTOCOL_SPX
=0x13,
30 EPM_PROTOCOL_NB_IPX
=0x14,
31 EPM_PROTOCOL_DSP
=0x16,
32 EPM_PROTOCOL_DDP
=0x17,
33 EPM_PROTOCOL_APPLETALK
=0x18,
34 EPM_PROTOCOL_VINES_SPP
=0x1a,
35 EPM_PROTOCOL_VINES_IPC
=0x1b,
36 EPM_PROTOCOL_STREETTALK
=0x1c,
37 EPM_PROTOCOL_HTTP
=0x1f,
38 EPM_PROTOCOL_UNIX_DS
=0x20,
39 EPM_PROTOCOL_NULL
=0x21
42 { __donnot_use_enum_epm_protocol
=0x7FFFFFFF}
43 #define EPM_PROTOCOL_DNET_NSP ( 0x04 )
44 #define EPM_PROTOCOL_OSI_TP4 ( 0x05 )
45 #define EPM_PROTOCOL_OSI_CLNS ( 0x06 )
46 #define EPM_PROTOCOL_TCP ( 0x07 )
47 #define EPM_PROTOCOL_UDP ( 0x08 )
48 #define EPM_PROTOCOL_IP ( 0x09 )
49 #define EPM_PROTOCOL_NCADG ( 0x0a )
50 #define EPM_PROTOCOL_NCACN ( 0x0b )
51 #define EPM_PROTOCOL_NCALRPC ( 0x0c )
52 #define EPM_PROTOCOL_UUID ( 0x0d )
53 #define EPM_PROTOCOL_IPX ( 0x0e )
54 #define EPM_PROTOCOL_SMB ( 0x0f )
55 #define EPM_PROTOCOL_PIPE ( 0x10 )
56 #define EPM_PROTOCOL_NETBIOS ( 0x11 )
57 #define EPM_PROTOCOL_NETBEUI ( 0x12 )
58 #define EPM_PROTOCOL_SPX ( 0x13 )
59 #define EPM_PROTOCOL_NB_IPX ( 0x14 )
60 #define EPM_PROTOCOL_DSP ( 0x16 )
61 #define EPM_PROTOCOL_DDP ( 0x17 )
62 #define EPM_PROTOCOL_APPLETALK ( 0x18 )
63 #define EPM_PROTOCOL_VINES_SPP ( 0x1a )
64 #define EPM_PROTOCOL_VINES_IPC ( 0x1b )
65 #define EPM_PROTOCOL_STREETTALK ( 0x1c )
66 #define EPM_PROTOCOL_HTTP ( 0x1f )
67 #define EPM_PROTOCOL_UNIX_DS ( 0x20 )
68 #define EPM_PROTOCOL_NULL ( 0x21 )
72 struct epm_rhs_dnet_nsp
{
76 struct epm_rhs_osi_tp4
{
80 struct epm_rhs_osi_clns
{
96 struct epm_rhs_ncadg
{
97 uint16_t minor_version
;
100 struct epm_rhs_ncacn
{
101 uint16_t minor_version
;
104 struct epm_rhs_uuid
{
105 DATA_BLOB unknown
;/* [flag(LIBNDR_FLAG_REMAINING)] */
113 const char * unc
;/* [flag(LIBNDR_FLAG_STR_ASCII|LIBNDR_FLAG_STR_NULLTERM)] */
116 struct epm_rhs_pipe
{
117 const char * path
;/* [flag(LIBNDR_FLAG_STR_ASCII|LIBNDR_FLAG_STR_NULLTERM)] */
120 struct epm_rhs_netbios
{
121 const char * name
;/* [flag(LIBNDR_FLAG_STR_ASCII|LIBNDR_FLAG_STR_NULLTERM)] */
124 struct epm_rhs_netbeui
{
132 struct epm_rhs_nb_ipx
{
136 struct epm_rhs_http
{
140 struct epm_rhs_unix_ds
{
141 const char * path
;/* [flag(LIBNDR_FLAG_STR_ASCII|LIBNDR_FLAG_STR_NULLTERM)] */
144 struct epm_rhs_null
{
148 struct epm_rhs_ncalrpc
{
149 uint16_t minor_version
;
152 struct epm_rhs_appletalk
{
156 struct epm_rhs_atalk_stream
{
160 struct epm_rhs_atalk_datagram
{
164 struct epm_rhs_vines_spp
{
168 struct epm_rhs_vines_ipc
{
172 struct epm_rhs_streettalk
{
173 const char * streettalk
;/* [flag(LIBNDR_FLAG_STR_ASCII|LIBNDR_FLAG_STR_NULLTERM)] */
177 struct epm_rhs_dnet_nsp dnet_nsp
;/* [case(EPM_PROTOCOL_DNET_NSP)] */
178 struct epm_rhs_osi_tp4 osi_tp4
;/* [case(EPM_PROTOCOL_OSI_TP4)] */
179 struct epm_rhs_osi_clns osi_clns
;/* [case(EPM_PROTOCOL_OSI_CLNS)] */
180 struct epm_rhs_tcp tcp
;/* [case(EPM_PROTOCOL_TCP)] */
181 struct epm_rhs_udp udp
;/* [case(EPM_PROTOCOL_UDP)] */
182 struct epm_rhs_ip ip
;/* [case(EPM_PROTOCOL_IP)] */
183 struct epm_rhs_ncadg ncadg
;/* [case(EPM_PROTOCOL_NCADG)] */
184 struct epm_rhs_ncacn ncacn
;/* [case(EPM_PROTOCOL_NCACN)] */
185 struct epm_rhs_ncalrpc ncalrpc
;/* [case(EPM_PROTOCOL_NCALRPC)] */
186 struct epm_rhs_uuid uuid
;/* [case(EPM_PROTOCOL_UUID)] */
187 struct epm_rhs_ipx ipx
;/* [case(EPM_PROTOCOL_IPX)] */
188 struct epm_rhs_smb smb
;/* [case(EPM_PROTOCOL_SMB)] */
189 struct epm_rhs_pipe pipe
;/* [case(EPM_PROTOCOL_PIPE)] */
190 struct epm_rhs_netbios netbios
;/* [case(EPM_PROTOCOL_NETBIOS)] */
191 struct epm_rhs_netbeui netbeui
;/* [case(EPM_PROTOCOL_NETBEUI)] */
192 struct epm_rhs_spx spx
;/* [case(EPM_PROTOCOL_SPX)] */
193 struct epm_rhs_nb_ipx nb_ipx
;/* [case(EPM_PROTOCOL_NB_IPX)] */
194 struct epm_rhs_atalk_stream atalk_stream
;/* [case(EPM_PROTOCOL_DSP)] */
195 struct epm_rhs_atalk_datagram atalk_datagram
;/* [case(EPM_PROTOCOL_DDP)] */
196 struct epm_rhs_appletalk appletalk
;/* [case(EPM_PROTOCOL_APPLETALK)] */
197 struct epm_rhs_vines_spp vines_spp
;/* [case(EPM_PROTOCOL_VINES_SPP)] */
198 struct epm_rhs_vines_ipc vines_ipc
;/* [case(EPM_PROTOCOL_VINES_IPC)] */
199 struct epm_rhs_streettalk streettalk
;/* [case(EPM_PROTOCOL_STREETTALK)] */
200 struct epm_rhs_http http
;/* [case(EPM_PROTOCOL_HTTP)] */
201 struct epm_rhs_unix_ds unix_ds
;/* [case(EPM_PROTOCOL_UNIX_DS)] */
202 struct epm_rhs_null null
;/* [case(EPM_PROTOCOL_NULL)] */
203 DATA_BLOB unknown
;/* [default,flag(LIBNDR_FLAG_REMAINING)] */
204 }/* [nodiscriminant,flag(LIBNDR_FLAG_BIGENDIAN)] */;
207 enum epm_protocol protocol
;
208 DATA_BLOB lhs_data
;/* [flag(LIBNDR_FLAG_REMAINING)] */
212 struct epm_lhs lhs
;/* [subcontext(2)] */
213 union epm_rhs rhs
;/* [subcontext(2),switch_is(lhs.protocol)] */
218 struct epm_floor
*floors
;
219 }/* [gensize,flag(LIBNDR_FLAG_NOALIGN|LIBNDR_FLAG_LITTLE_ENDIAN)] */;
222 uint32_t tower_length
;/* [value(ndr_size_epm_tower(&tower,ndr->flags))] */
223 struct epm_tower tower
;/* [subcontext(4)] */
228 struct epm_twr_t
*tower
;/* [ptr] */
229 const char * annotation
;/* [flag(LIBNDR_FLAG_STR_ASCII|LIBNDR_FLAG_STR_LEN4)] */
239 struct epm_twr_t
*twr
;/* [ptr] */
246 struct epm_entry_t
*entries
;/* [size_is(num_ents)] */
260 struct epm_entry_t
*entries
;/* [size_is(num_ents)] */
272 uint32_t inquiry_type
;
273 struct GUID
*object
;/* [ptr] */
274 struct rpc_if_id_t
*interface_id
;/* [ptr] */
275 uint32_t vers_option
;
277 struct policy_handle
*entry_handle
;/* [ref] */
281 uint32_t *num_ents
;/* [ref] */
282 struct epm_entry_t
*entries
;/* [length_is(*num_ents),size_is(max_ents)] */
283 struct policy_handle
*entry_handle
;/* [ref] */
292 struct GUID
*object
;/* [ptr] */
293 struct epm_twr_t
*map_tower
;/* [ptr] */
295 struct policy_handle
*entry_handle
;/* [ref] */
299 uint32_t *num_towers
;/* [ref] */
300 struct epm_twr_p_t
*towers
;/* [length_is(*num_towers),size_is(max_towers)] */
301 struct policy_handle
*entry_handle
;/* [ref] */
308 struct epm_LookupHandleFree
{
310 struct policy_handle
*entry_handle
;/* [ref] */
314 struct policy_handle
*entry_handle
;/* [ref] */
321 struct epm_InqObject
{
323 struct GUID
*epm_object
;/* [ref] */
333 struct epm_MgmtDelete
{
335 uint32_t object_speced
;
336 struct GUID
*object
;/* [ptr] */
337 struct epm_twr_t
*tower
;/* [ptr] */
354 #endif /* _HEADER_epmapper */