Home | History | Annotate | Download | only in dshow

Lines Matching refs:GetWindowHandle

2385     virtual HRESULT WINAPI GetWindowHandle(HWND *pHwnd) = 0;
2402 HRESULT (WINAPI *GetWindowHandle)(IOverlay *This,HWND *pHwnd);
2421 #define IOverlay_GetWindowHandle(This,pHwnd) (This)->lpVtbl->GetWindowHandle(This,pHwnd)