ReactOS
0.4.15-dev-1638-gc0caa5c
|
#include "dshow.h"
#include "wine/debug.h"
#include "wine/unicode.h"
#include "wine/strmbase.h"
#include "uuids.h"
#include "vfwmsgs.h"
#include <assert.h>
Go to the source code of this file.
Macros | |
#define | COBJMACROS |
Definition at line 223 of file window.c.
Referenced by VideoRendererInner_Release(), and VMR9Inner_Release().
HRESULT WINAPI BaseControlWindow_Init | ( | BaseControlWindow * | pControlWindow, |
const IVideoWindowVtbl * | lpVtbl, | ||
BaseFilter * | owner, | ||
CRITICAL_SECTION * | lock, | ||
BasePin * | pPin, | ||
const BaseWindowFuncTable * | pFuncsTable | ||
) |
Definition at line 204 of file window.c.
Referenced by VideoRenderer_create(), and vmr_create().
Definition at line 353 of file window.c.
HRESULT WINAPI BaseControlWindowImpl_get_BackgroundPalette | ( | IVideoWindow * | iface, |
LONG * | pBackgroundPalette | ||
) |
Definition at line 395 of file window.c.
Definition at line 584 of file window.c.
Definition at line 278 of file window.c.
HRESULT WINAPI BaseControlWindowImpl_get_FullScreenMode | ( | IVideoWindow * | iface, |
LONG * | FullScreenMode | ||
) |
Definition at line 519 of file window.c.
Definition at line 440 of file window.c.
Definition at line 573 of file window.c.
Definition at line 551 of file window.c.
Definition at line 492 of file window.c.
Definition at line 415 of file window.c.
Definition at line 467 of file window.c.
Definition at line 373 of file window.c.
Definition at line 308 of file window.c.
HRESULT WINAPI BaseControlWindowImpl_get_WindowStyleEx | ( | IVideoWindow * | iface, |
LONG * | WindowStyleEx | ||
) |
Definition at line 331 of file window.c.
HRESULT WINAPI BaseControlWindowImpl_GetIDsOfNames | ( | IVideoWindow * | iface, |
REFIID | riid, | ||
LPOLESTR * | rgszNames, | ||
UINT | cNames, | ||
LCID | lcid, | ||
DISPID * | rgDispId | ||
) |
Definition at line 243 of file window.c.
HRESULT WINAPI BaseControlWindowImpl_GetMaxIdealImageSize | ( | IVideoWindow * | iface, |
LONG * | pWidth, | ||
LONG * | pHeight | ||
) |
Definition at line 699 of file window.c.
HRESULT WINAPI BaseControlWindowImpl_GetMinIdealImageSize | ( | IVideoWindow * | iface, |
LONG * | pWidth, | ||
LONG * | pHeight | ||
) |
Definition at line 685 of file window.c.
HRESULT WINAPI BaseControlWindowImpl_GetRestorePosition | ( | IVideoWindow * | iface, |
LONG * | pLeft, | ||
LONG * | pTop, | ||
LONG * | pWidth, | ||
LONG * | pHeight | ||
) |
Definition at line 713 of file window.c.
HRESULT WINAPI BaseControlWindowImpl_GetTypeInfo | ( | IVideoWindow * | iface, |
UINT | iTInfo, | ||
LCID | lcid, | ||
ITypeInfo ** | ppTInfo | ||
) |
Definition at line 236 of file window.c.
Definition at line 229 of file window.c.
HRESULT WINAPI BaseControlWindowImpl_GetWindowPosition | ( | IVideoWindow * | iface, |
LONG * | pLeft, | ||
LONG * | pTop, | ||
LONG * | pWidth, | ||
LONG * | pHeight | ||
) |
Definition at line 657 of file window.c.
Definition at line 722 of file window.c.
HRESULT WINAPI BaseControlWindowImpl_Invoke | ( | IVideoWindow * | iface, |
DISPID | dispIdMember, | ||
REFIID | riid, | ||
LCID | lcid, | ||
WORD | wFlags, | ||
DISPPARAMS * | pDispParams, | ||
VARIANT * | pVarResult, | ||
EXCEPINFO * | pExepInfo, | ||
UINT * | puArgErr | ||
) |
Definition at line 250 of file window.c.
Definition at line 731 of file window.c.
HRESULT WINAPI BaseControlWindowImpl_NotifyOwnerMessage | ( | IVideoWindow * | iface, |
OAHWND | hwnd, | ||
LONG | uMsg, | ||
LONG_PTR | wParam, | ||
LONG_PTR | lParam | ||
) |
Definition at line 673 of file window.c.
BOOL WINAPI BaseControlWindowImpl_PossiblyEatMessage | ( | BaseWindow * | This, |
UINT | uMsg, | ||
WPARAM | wParam, | ||
LPARAM | lParam | ||
) |
Definition at line 164 of file window.c.
Definition at line 342 of file window.c.
HRESULT WINAPI BaseControlWindowImpl_put_BackgroundPalette | ( | IVideoWindow * | iface, |
LONG | BackgroundPalette | ||
) |
Definition at line 386 of file window.c.
Definition at line 593 of file window.c.
Definition at line 266 of file window.c.
HRESULT WINAPI BaseControlWindowImpl_put_FullScreenMode | ( | IVideoWindow * | iface, |
LONG | FullScreenMode | ||
) |
Definition at line 505 of file window.c.
Definition at line 426 of file window.c.
Definition at line 562 of file window.c.
Definition at line 530 of file window.c.
Definition at line 478 of file window.c.
Definition at line 404 of file window.c.
Definition at line 453 of file window.c.
Definition at line 364 of file window.c.
Definition at line 289 of file window.c.
Definition at line 319 of file window.c.
Definition at line 615 of file window.c.
HRESULT WINAPI BaseControlWindowImpl_SetWindowPosition | ( | IVideoWindow * | iface, |
LONG | Left, | ||
LONG | Top, | ||
LONG | Width, | ||
LONG | Height | ||
) |
Definition at line 642 of file window.c.
HRESULT WINAPI BaseWindow_Destroy | ( | BaseWindow * | This | ) |
Definition at line 91 of file window.c.
HRESULT WINAPI BaseWindow_Init | ( | BaseWindow * | pBaseWindow, |
const BaseWindowFuncTable * | pFuncsTable | ||
) |
Definition at line 80 of file window.c.
Referenced by BaseControlWindow_Init().
HRESULT WINAPI BaseWindowImpl_DoneWithWindow | ( | BaseWindow * | This | ) |
Definition at line 143 of file window.c.
Referenced by BaseControlWindow_Destroy(), BaseWindow_Destroy(), CreateRenderingWindow(), and VMR9_SurfaceAllocator_TerminateDevice().
RECT WINAPI BaseWindowImpl_GetDefaultRect | ( | BaseWindow * | This | ) |
Definition at line 158 of file window.c.
LRESULT WINAPI BaseWindowImpl_OnReceiveMessage | ( | BaseWindow * | This, |
HWND | hwnd, | ||
INT | uMsg, | ||
WPARAM | wParam, | ||
LPARAM | lParam | ||
) |
Definition at line 56 of file window.c.
Referenced by WndProcW().
BOOL WINAPI BaseWindowImpl_OnSize | ( | BaseWindow * | This, |
LONG | Width, | ||
LONG | Height | ||
) |
Definition at line 73 of file window.c.
Referenced by BaseWindowImpl_OnReceiveMessage(), VideoRenderer_OnSize(), and VMR9_OnSize().
HRESULT WINAPI BaseWindowImpl_PrepareWindow | ( | BaseWindow * | This | ) |
Definition at line 100 of file window.c.
Referenced by MessageLoop().
|
inlinestatic |
Definition at line 38 of file window.c.
Referenced by BaseControlWindowImpl_PossiblyEatMessage().
|
inlinestatic |
Definition at line 33 of file window.c.
Referenced by BaseControlWindowImpl_get_AutoShow(), BaseControlWindowImpl_get_BackgroundPalette(), BaseControlWindowImpl_get_BorderColor(), BaseControlWindowImpl_get_Caption(), BaseControlWindowImpl_get_Height(), BaseControlWindowImpl_get_Left(), BaseControlWindowImpl_get_MessageDrain(), BaseControlWindowImpl_get_Owner(), BaseControlWindowImpl_get_Top(), BaseControlWindowImpl_get_Visible(), BaseControlWindowImpl_get_Width(), BaseControlWindowImpl_get_WindowState(), BaseControlWindowImpl_get_WindowStyle(), BaseControlWindowImpl_get_WindowStyleEx(), BaseControlWindowImpl_GetIDsOfNames(), BaseControlWindowImpl_GetMaxIdealImageSize(), BaseControlWindowImpl_GetMinIdealImageSize(), BaseControlWindowImpl_GetRestorePosition(), BaseControlWindowImpl_GetTypeInfo(), BaseControlWindowImpl_GetTypeInfoCount(), BaseControlWindowImpl_GetWindowPosition(), BaseControlWindowImpl_HideCursor(), BaseControlWindowImpl_Invoke(), BaseControlWindowImpl_IsCursorHidden(), BaseControlWindowImpl_NotifyOwnerMessage(), BaseControlWindowImpl_put_AutoShow(), BaseControlWindowImpl_put_BackgroundPalette(), BaseControlWindowImpl_put_BorderColor(), BaseControlWindowImpl_put_Caption(), BaseControlWindowImpl_put_Height(), BaseControlWindowImpl_put_Left(), BaseControlWindowImpl_put_MessageDrain(), BaseControlWindowImpl_put_Owner(), BaseControlWindowImpl_put_Top(), BaseControlWindowImpl_put_Visible(), BaseControlWindowImpl_put_Width(), BaseControlWindowImpl_put_WindowState(), BaseControlWindowImpl_put_WindowStyle(), BaseControlWindowImpl_put_WindowStyleEx(), BaseControlWindowImpl_SetWindowForeground(), and BaseControlWindowImpl_SetWindowPosition().
WINE_DEFAULT_DEBUG_CHANNEL | ( | strmbase | ) |
Definition at line 43 of file window.c.
Referenced by BaseWindowImpl_PrepareWindow().