Searched refs:SetHWnd (Results 1 - 8 of 8) sorted by relevance
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/ |
H A D | ddraw.h | 1293 STDMETHOD(SetHWnd)(THIS_ DWORD dwFlags, HWND hWnd) PURE; 1308 #define IDirectDrawClipper_SetHWnd(p,a,b) (p)->lpVtbl->SetHWnd(p,a,b) 1320 #define IDirectDrawClipper_SetHWnd(p,a,b) (p)->SetHWnd(a,b)
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/ |
H A D | ddraw.h | 1286 STDMETHOD(SetHWnd)(THIS_ DWORD dwFlags, HWND hWnd) PURE; 1301 #define IDirectDrawClipper_SetHWnd(p,a,b) (p)->lpVtbl->SetHWnd(p,a,b) 1313 #define IDirectDrawClipper_SetHWnd(p,a,b) (p)->SetHWnd(a,b)
|
/vbox/src/VBox/Devices/Graphics/shaderlib/libWineStub/include/wine/ |
H A D | wined3d.h | 3772 virtual HRESULT STDMETHODCALLTYPE SetHWnd( 3818 HRESULT (STDMETHODCALLTYPE *SetHWnd)( member in struct:IWineD3DClipperVtbl 3841 #define IWineD3DClipper_SetHWnd(This,flags,hwnd) (This)->lpVtbl->SetHWnd(This,flags,hwnd)
|
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/ |
H A D | wined3d.h | 3773 virtual HRESULT STDMETHODCALLTYPE SetHWnd( 3819 HRESULT (STDMETHODCALLTYPE *SetHWnd)( member in struct:IWineD3DClipperVtbl 3842 #define IWineD3DClipper_SetHWnd(This,flags,hwnd) (This)->lpVtbl->SetHWnd(This,flags,hwnd)
|
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/vbox/libWineStub/include/wine/ |
H A D | wined3d.h | 3772 virtual HRESULT STDMETHODCALLTYPE SetHWnd( 3818 HRESULT (STDMETHODCALLTYPE *SetHWnd)( member in struct:IWineD3DClipperVtbl 3841 #define IWineD3DClipper_SetHWnd(This,flags,hwnd) (This)->lpVtbl->SetHWnd(This,flags,hwnd)
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/ |
H A D | wined3d.h | 3753 virtual HRESULT STDMETHODCALLTYPE SetHWnd( 3799 HRESULT (STDMETHODCALLTYPE *SetHWnd)( member in struct:IWineD3DClipperVtbl 3822 #define IWineD3DClipper_SetHWnd(This,flags,hwnd) (This)->lpVtbl->SetHWnd(This,flags,hwnd)
|
H A D | wined3d.idl | 2383 HRESULT SetHWnd(
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/vbox/libWineStub/include/wine/ |
H A D | wined3d.h | 3772 virtual HRESULT STDMETHODCALLTYPE SetHWnd( 3818 HRESULT (STDMETHODCALLTYPE *SetHWnd)( member in struct:IWineD3DClipperVtbl 3841 #define IWineD3DClipper_SetHWnd(This,flags,hwnd) (This)->lpVtbl->SetHWnd(This,flags,hwnd)
|
Completed in 3463 milliseconds