mirror of
https://github.com/samba-team/samba.git
synced 2025-01-17 02:05:21 +03:00
2b63af8248
(This used to be commit 35dfa3e07b2e4d200d9f6ab1aea27a6471d5e546)
17 lines
240 B
Plaintext
17 lines
240 B
Plaintext
#include "idl_types.h"
|
|
|
|
[
|
|
uuid(3919286a-b10c-11d0-9ba8-00c04fd92ef5),
|
|
version(0.0),
|
|
endpoints(lsarpc,lsass),
|
|
pointer_default(unique)
|
|
]
|
|
interface lsads
|
|
{
|
|
|
|
/*****************/
|
|
/* Function 0x00 */
|
|
void lsads_Unknown0();
|
|
|
|
}
|