mirror of
https://github.com/samba-team/samba.git
synced 2025-01-05 09:18:06 +03:00
e90c93402b
is assumed to be "ptr" if not specified (just like midl).
The validator will warn when "ptr" is used at the moment, because
pidl only supports unique, ref and relative at the moment.
(This used to be commit 31bed62a9a
)
23 lines
401 B
Plaintext
23 lines
401 B
Plaintext
/* Works over UDP */
|
|
|
|
[
|
|
uuid("17fdd703-1827-4e34-79d4-24a55c53bb37"),
|
|
version(1.0),
|
|
pointer_default(unique),
|
|
helpstring("Messaging Service")
|
|
] interface msgsvc
|
|
{
|
|
void NetrMessageNameAdd();
|
|
void NetrMessageNameEnum();
|
|
void NetrMessageNameGetInfo();
|
|
void NetrMessageNameDel();
|
|
}
|
|
|
|
[
|
|
uuid("5a7b91f8-ff00-11d0-a9b2-00c04fb6e6fc"),
|
|
version(1.0)
|
|
] interface msgsvcsend
|
|
{
|
|
void NetrSendMessage();
|
|
}
|