1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-13 13:18:06 +03:00
Jelmer Vernooij 4fcd6cfb75 Add [todo] for functions that are obviously incomplete.
(This used to be commit b7b46ddd412bd106655c2a7b96a322d9f6ac3019)
2008-04-08 03:15:55 +02:00

22 lines
517 B
Plaintext

/*
w32time interface definitions
*/
[
uuid("8fb6d884-2388-11d0-8c35-00c04fda2795"),
endpoint("ncacn_np:[\\pipe\\srvsvc]","ncacn_np:[\\pipe\\atsvc]","ncacn_np:[\\pipe\\browser]","ncacn_np:[\\pipe\\keysvc]","ncacn_np:[\\pipe\\wkssvc]"),
version(4.1),
pointer_default(unique),
helpstring("Win32 Time Server")
]
interface w32time
{
/*****************/
/* Function 0x00 */
[todo] WERROR w32time_SyncTime();
[todo] WERROR w32time_GetNetLogonServiceBits();
[todo] WERROR w32time_QueryProviderStatus();
}