1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-10 01:18:15 +03:00
samba-mirror/source4/librpc/idl/audiosrv.idl
Andrew Tridgell 2bf6dff983 r3283: converted to quoted uuid() defines in all our IDL. This should help
the build on systems like solaris with the SunPRO compiler
(This used to be commit fe913ad11b)
2007-10-10 13:04:50 -05:00

23 lines
643 B
Plaintext

[
uuid("0a74ef1c-41a4-4e06-83ae-dc74fb1cdd53"),
version(1.0),
helpstring("Audio Server")
] interface audiosrv
{
void audiosrv_CreatezoneFactoriesList();
void audiosrv_CreateGfxFactoriesList();
void audiosrv_CreateGfxList();
void audiosrv_RemoveGfx();
void audiosrv_AddGfx();
void audiosrv_ModifyGfx();
void audiosrv_OpenGfx();
void audiosrv_Logon();
void audiosrv_Logoff();
void audiosrv_RegisterSessionNotificationEvent();
void audiosrv_UnregisterSessionNotificationEvent();
void audiosrv_SessionConnectState();
void audiosrv_DriverOpenDrvRegKey();
void audiosrv_AdvisePreferredDeviceChange();
void audiosrv_GetPnpInfo();
}