Home | History | Annotate | Download | only in include

Lines Matching refs:dwStateMask

653         DWORD dwStateMask,
695 DWORD dwStateMask,
730 #define IMMDeviceEnumerator_EnumAudioEndpoints(This,dataFlow,dwStateMask,ppDevices) (This)->lpVtbl->EnumAudioEndpoints(This,dataFlow,dwStateMask,ppDevices)
747 static FORCEINLINE HRESULT IMMDeviceEnumerator_EnumAudioEndpoints(IMMDeviceEnumerator* This,EDataFlow dataFlow,DWORD dwStateMask,IMMDeviceCollection **ppDevices) {
748 return This->lpVtbl->EnumAudioEndpoints(This,dataFlow,dwStateMask,ppDevices);
770 DWORD dwStateMask,