mirror of
https://github.com/samba-team/samba.git
synced 2025-01-22 22:04:08 +03:00
d3e8a74551
- IDL fixes + adding comments - Start working on dcom infrastructure (This used to be commit ef0fc269f06c82594c34ad8673c76c5ea099250e)
17 lines
246 B
Plaintext
17 lines
246 B
Plaintext
/*
|
|
distributed key tracking services
|
|
*/
|
|
|
|
[
|
|
uuid(300f3532-38cc-11d0-a3f0-0020af6b0add),
|
|
version(1.2),
|
|
helpstring("Distributed Key Tracking Service")
|
|
]
|
|
interface trkwks
|
|
{
|
|
|
|
/*****************/
|
|
/* Function 0x00 */
|
|
WERROR trkwks_Unknown0();
|
|
}
|