mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
[IDL]
- set end points of interfaces svn path=/trunk/; revision=53129
This commit is contained in:
@@ -30,7 +30,8 @@ typedef struct _RPC_CLIENT_ID {
|
||||
[
|
||||
uuid(82273FDC-E32A-18C3-3F78-827929DC23EA),
|
||||
version(0.0),
|
||||
pointer_default(unique)
|
||||
pointer_default(unique),
|
||||
endpoint("ncacn_np:[\\pipe\\EventLog]")
|
||||
#ifndef __midl
|
||||
,explicit_handle
|
||||
#endif
|
||||
|
||||
@@ -584,7 +584,8 @@ cpp_quote("#endif")
|
||||
[
|
||||
uuid(12345778-1234-abcd-ef00-0123456789ab),
|
||||
version(0.0),
|
||||
pointer_default(unique)
|
||||
pointer_default(unique),
|
||||
endpoint("ncacn_np:[\\pipe\\lsarpc]")
|
||||
#ifndef __midl
|
||||
,explicit_handle
|
||||
#endif
|
||||
|
||||
@@ -252,7 +252,8 @@ typedef struct _DEVPROPKEY {
|
||||
[
|
||||
uuid (8D9F4E40-A03D-11CE-8F69-08003E30051B),
|
||||
version(1.0),
|
||||
pointer_default(unique)
|
||||
pointer_default(unique),
|
||||
endpoint("ncacn_np:[\\pipe\\plugplay]")
|
||||
#ifndef __midl
|
||||
,explicit_handle
|
||||
#endif
|
||||
|
||||
@@ -297,7 +297,8 @@ typedef struct _STRING_PTRSW {
|
||||
[
|
||||
uuid(367abb81-9844-35f1-ad32-98f038001003),
|
||||
version(2.0),
|
||||
pointer_default(unique)
|
||||
pointer_default(unique),
|
||||
endpoint("ncacn_np:[\\pipe\\ntsvcs]")
|
||||
]
|
||||
interface svcctl
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user