mirror of
https://github.com/samba-team/samba.git
synced 2025-03-01 04:58:35 +03:00
r1706: More IDL pipes
(This used to be commit fbbb020ea6a7cd8e7192b67ef8b45dbbc8474399)
This commit is contained in:
parent
1f0ea81ae9
commit
a553517bd5
8
source4/librpc/idl/audiosrv.idl
Normal file
8
source4/librpc/idl/audiosrv.idl
Normal file
@ -0,0 +1,8 @@
|
||||
[
|
||||
uuid(0a74ef1c-41a4-4e06-83ae-dc74fb1cdd53),
|
||||
version(1.0)
|
||||
] interface audiosrv
|
||||
{
|
||||
void AudioSrv_Dummy();
|
||||
|
||||
}
|
@ -454,3 +454,27 @@ interface ISystemActivator
|
||||
|
||||
|
||||
}
|
||||
|
||||
[
|
||||
uuid(00000132-0000-0000-C000-000000000046),
|
||||
version(0.0)
|
||||
] interface IObjServer
|
||||
{
|
||||
WERROR IObjServer_Unknown();
|
||||
}
|
||||
|
||||
[
|
||||
uuid(00000134-0000-0000-C000-000000000046),
|
||||
version(0.0)
|
||||
] interface IRunDown
|
||||
{
|
||||
WERROR IRunDown_Dummy();
|
||||
}
|
||||
|
||||
[
|
||||
uuid(00000136-0000-0000-C000-000000000046),
|
||||
version(0.0)
|
||||
] interface ISCMLocalActivator
|
||||
{
|
||||
WERROR ISCMLocalActivator();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user