[INCLUDE/IDL] Give implicit handles a more unique name

This avoids duplicated symbols when linking DLLs using more than one client or server stub
This commit is contained in:
Jérôme Gardou 2020-11-26 16:01:08 +01:00
parent 762f3b9d2a
commit fab4e82647
9 changed files with 9 additions and 9 deletions

View file

@ -191,7 +191,7 @@ NetpUnbind(
FIXME("NetpUnbind(%p)\n", BindingHandle); FIXME("NetpUnbind(%p)\n", BindingHandle);
status = RpcBindingFree(&hBinding); status = RpcBindingFree(&wkssvc_hBinding);
if (status) if (status)
{ {
TRACE("RpcBindingFree returned 0x%x\n", status); TRACE("RpcBindingFree returned 0x%x\n", status);

View file

@ -133,7 +133,7 @@ typedef struct _BROWSER_STATISTICS_STRUCT
#endif #endif
endpoint("ncacn_np:[\\pipe\\browser]") endpoint("ncacn_np:[\\pipe\\browser]")
#ifndef __midl #ifndef __midl
,implicit_handle(handle_t hBinding) ,implicit_handle(handle_t browser_hBinding)
#endif #endif
] ]
interface browser interface browser

View file

@ -1,5 +1,5 @@
[ [
implicit_handle(handle_t hBinding) implicit_handle(handle_t netdfs_hBinding)
] ]
interface netdfs interface netdfs
{ {

View file

@ -346,7 +346,7 @@ typedef struct _DFS_INFO_ENUM_STRUCT
#endif #endif
endpoint("ncacn_np:[\\pipe\\netdfs]") endpoint("ncacn_np:[\\pipe\\netdfs]")
#ifndef __midl #ifndef __midl
,implicit_handle(handle_t hBinding) ,implicit_handle(handle_t netdfs_hBinding)
#endif #endif
] ]
interface netdfs interface netdfs

View file

@ -988,7 +988,7 @@ cpp_quote("#endif")
#endif #endif
endpoint("ncacn_np:[\\pipe\\netlogon]") endpoint("ncacn_np:[\\pipe\\netlogon]")
#ifndef __midl #ifndef __midl
,implicit_handle(handle_t hBinding) ,implicit_handle(handle_t netlogon_hBinding)
#endif #endif
] ]
interface logon interface logon

View file

@ -1,5 +1,5 @@
[ [
implicit_handle(handle_t hBinding) implicit_handle(handle_t srvsvc_hBinding)
] ]
interface srvsvc interface srvsvc
{ {

View file

@ -1060,7 +1060,7 @@ typedef [switch_type(unsigned long)] union _SERVER_ALIAS_INFO
pointer_default(unique), pointer_default(unique),
endpoint("ncacn_np:[\\pipe\\srvsvc]") endpoint("ncacn_np:[\\pipe\\srvsvc]")
#ifndef __midl #ifndef __midl
,implicit_handle(handle_t hBinding) ,implicit_handle(handle_t srvsvc_hBinding)
#endif #endif
] ]
interface srvsvc interface srvsvc

View file

@ -1,5 +1,5 @@
[ [
implicit_handle(handle_t hBinding) implicit_handle(handle_t wkssvc_hBinding)
] ]
interface wkssvc interface wkssvc
{ {

View file

@ -354,7 +354,7 @@ typedef struct _NET_COMPUTER_NAME_ARRAY
pointer_default(unique), pointer_default(unique),
endpoint("ncacn_np:[\\pipe\\wkssvc]") endpoint("ncacn_np:[\\pipe\\wkssvc]")
#ifndef __midl #ifndef __midl
,implicit_handle(handle_t hBinding) ,implicit_handle(handle_t wkssvc_hBinding)
#endif #endif
] ]