mirror of
https://github.com/samba-team/samba.git
synced 2025-01-07 17:18:11 +03:00
e90c93402b
is assumed to be "ptr" if not specified (just like midl).
The validator will warn when "ptr" is used at the moment, because
pidl only supports unique, ref and relative at the moment.
(This used to be commit 31bed62a9a
)
24 lines
669 B
Plaintext
24 lines
669 B
Plaintext
[
|
|
uuid("0a74ef1c-41a4-4e06-83ae-dc74fb1cdd53"),
|
|
version(1.0),
|
|
pointer_default(unique),
|
|
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();
|
|
}
|