mirror of
https://github.com/samba-team/samba.git
synced 2024-12-31 17:18:04 +03:00
ba33beec05
* allow for an interface to list its endpoints in the IDL file, so we
can automatically make the server listen on the right pipes, and
can scan pipes more easily (I don't take advantage of this yet,
just putting the infrastructure in place)
(This used to be commit c8b8480244
)
44 lines
571 B
Plaintext
44 lines
571 B
Plaintext
/*
|
|
this is just a placeholder until we start to support DCOM calls
|
|
*/
|
|
|
|
[
|
|
uuid(99fcfec4-5260-101b-bbcb-00aa0021347a),
|
|
version(0.0)
|
|
]
|
|
interface IOXIDResolver
|
|
{
|
|
|
|
/*****************/
|
|
/* Function 0x00 */
|
|
WERROR ResolveOxid();
|
|
}
|
|
|
|
|
|
[
|
|
uuid(4d9f4ab8-7d1c-11cf-861e-0020af6e7c57),
|
|
version(0.0)
|
|
]
|
|
interface IRemoteActivation
|
|
{
|
|
|
|
/*****************/
|
|
/* Function 0x00 */
|
|
NTSTATUS RemoteActivation();
|
|
}
|
|
|
|
|
|
|
|
[
|
|
uuid(000001a0-0000-0000-c000-000000000046),
|
|
version(0.0)
|
|
]
|
|
interface ISystemActivator
|
|
{
|
|
|
|
/*****************/
|
|
/* Function 0x00 */
|
|
NTSTATUS isa_Unknown0();
|
|
|
|
}
|