#define global IID_IDirectSound3DListener "{279AFA84-4981-11CE-A521-0020AF0BE560}"
#usecom global IDirectSound3DListener IID_IDirectSound3DListener "{}"
#comfunc global IDirectSound3DListener_GetAllParameters 3 var
#comfunc global IDirectSound3DListener_GetDistanceFactor 4 var
#comfunc global IDirectSound3DListener_GetDopplerFactor 5 var
#comfunc global IDirectSound3DListener_GetOrientation 6 var,var
#comfunc global IDirectSound3DListener_GetPosition 7 var
#comfunc global IDirectSound3DListener_GetRolloffFactor 8 var
#comfunc global IDirectSound3DListener_GetVelocity 9 var
#comfunc global IDirectSound3DListener_SetAllParameters 10 var,int
#comfunc global IDirectSound3DListener_SetDistanceFactor 11 float,int
#comfunc global IDirectSound3DListener_SetDopplerFactor 12 float,int
#comfunc global IDirectSound3DListener_SetOrientation 13 float,float,float,float,float,float,int
#comfunc global IDirectSound3DListener_SetPosition 14 float,float,float,int
#comfunc global IDirectSound3DListener_SetRolloffFactor 15 float,int
#comfunc global IDirectSound3DListener_SetVelocity 16 float,float,float,int
#comfunc global IDirectSound3DListener_CommitDeferredSettings 17
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数は var(変数直渡し)。varptr 方式にも切替可。#define global IID_IDirectSound3DListener "{279AFA84-4981-11CE-A521-0020AF0BE560}"
#usecom global IDirectSound3DListener IID_IDirectSound3DListener "{}"
#comfunc global IDirectSound3DListener_GetAllParameters 3 sptr
#comfunc global IDirectSound3DListener_GetDistanceFactor 4 sptr
#comfunc global IDirectSound3DListener_GetDopplerFactor 5 sptr
#comfunc global IDirectSound3DListener_GetOrientation 6 sptr,sptr
#comfunc global IDirectSound3DListener_GetPosition 7 sptr
#comfunc global IDirectSound3DListener_GetRolloffFactor 8 sptr
#comfunc global IDirectSound3DListener_GetVelocity 9 sptr
#comfunc global IDirectSound3DListener_SetAllParameters 10 sptr,int
#comfunc global IDirectSound3DListener_SetDistanceFactor 11 float,int
#comfunc global IDirectSound3DListener_SetDopplerFactor 12 float,int
#comfunc global IDirectSound3DListener_SetOrientation 13 float,float,float,float,float,float,int
#comfunc global IDirectSound3DListener_SetPosition 14 float,float,float,int
#comfunc global IDirectSound3DListener_SetRolloffFactor 15 float,int
#comfunc global IDirectSound3DListener_SetVelocity 16 float,float,float,int
#comfunc global IDirectSound3DListener_CommitDeferredSettings 17
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数はポインタ方式(token=sptr / 呼び出しは varptr(変数))。