mirror of
https://github.com/samba-team/samba.git
synced 2024-12-29 11:21:54 +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
)
17 lines
290 B
Plaintext
17 lines
290 B
Plaintext
/*
|
|
cryptographic key services interface
|
|
*/
|
|
|
|
|
|
/* Also seen as: 0d72a7d4-6148-11d1-b4aa-00c04fb66ea0 */
|
|
[
|
|
uuid("8d0ffe72-d252-11d0-bf8f-00c04fd9126b"),
|
|
pointer_default(unique),
|
|
version(1.0),
|
|
helpstring("Cryptographic Key Services")
|
|
]
|
|
interface keysvc
|
|
{
|
|
WERROR keysvc_Unknown0();
|
|
}
|