Home | History | Annotate | Download | only in include

Lines Matching refs:bMute

1239         WINBOOL bMute,
1268 WINBOOL bMute,
1288 #define IAudioMute_SetMute(This,bMute,pguidEventContext) (This)->lpVtbl->SetMute(This,bMute,pguidEventContext)
1302 static FORCEINLINE HRESULT IAudioMute_SetMute(IAudioMute* This,WINBOOL bMute,LPCGUID pguidEventContext) {
1303 return This->lpVtbl->SetMute(This,bMute,pguidEventContext);
1315 WINBOOL bMute,