Home | History | Annotate | Download | only in include

Lines Matching refs:dwTimeOut

5103         DWORD dwTimeOut,
5134 DWORD dwTimeOut,
5151 #define ISynchronizeContainer_WaitMultiple(This,dwFlags,dwTimeOut,ppSync) (This)->lpVtbl->WaitMultiple(This,dwFlags,dwTimeOut,ppSync)
5167 static FORCEINLINE HRESULT ISynchronizeContainer_WaitMultiple(ISynchronizeContainer* This,DWORD dwFlags,DWORD dwTimeOut,ISynchronize **ppSync) {
5168 return This->lpVtbl->WaitMultiple(This,dwFlags,dwTimeOut,ppSync);
5186 DWORD dwTimeOut,