1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-07 20:23:50 +03:00
Files
samba-mirror/source/librpc/idl/lsads.idl
Andrew Tridgell fe913ad11b r3283: converted to quoted uuid() defines in all our IDL. This should help
the build on systems like solaris with the SunPRO compiler
2007-10-10 13:04:50 -05:00

17 lines
283 B
Plaintext

#include "idl_types.h"
[
uuid("3919286a-b10c-11d0-9ba8-00c04fd92ef5"),
version(0.0),
endpoint("ncacn_np:[\\pipe\\lsarpc]","ncacn_np:[\\pipe\\lsass]"),
pointer_default(unique)
]
interface lsads
{
/*****************/
/* Function 0x00 */
void lsads_Unknown0();
}