ReactOS 0.4.16-dev-112-g52265ae
|
Public Member Functions | |
HRESULT | GetNativeVideoSize ([out] LONG *width, [out] LONG *height, [out] LONG *arwidth, [out] LONG *arheight) |
HRESULT | GetMinIdealVideoSize ([out] LONG *width, [out] LONG *height) |
HRESULT | GetMaxIdealVideoSize ([out] LONG *width, [out] LONG *height) |
HRESULT | SetVideoPosition ([in] const RECT *source, [in] const RECT *dest) |
HRESULT | GetVideoPosition ([out] RECT *source, [out] RECT *dest) |
HRESULT | GetAspectRatioMode ([out] DWORD *mode) |
HRESULT | SetAspectRatioMode ([in] DWORD mode) |
HRESULT | SetVideoClippingWindow ([in] HWND hwnd) |
HRESULT | RepaintVideo ([in] HWND hwnd, [in] HDC hdc) |
HRESULT | DisplayModeChanged () |
HRESULT | GetCurrentImage ([out] BYTE **dib) |
HRESULT | SetBorderColor ([in] COLORREF color) |
HRESULT | GetBorderColor ([out] COLORREF *color) |
Public Member Functions inherited from IUnknown | |
HRESULT | QueryInterface ([in] REFIID riid, [out, iid_is(riid)] void **ppvObject) |
ULONG | AddRef () |
ULONG | Release () |
Additional Inherited Members | |
Public Types inherited from IUnknown | |
typedef IUnknown * | LPUNKNOWN |
HRESULT IVMRWindowlessControl9::DisplayModeChanged | ( | ) |
HRESULT IVMRWindowlessControl9::GetNativeVideoSize | ( | [out] LONG * | width, |
[out] LONG * | height, | ||
[out] LONG * | arwidth, | ||
[out] LONG * | arheight | ||
) |
HRESULT IVMRWindowlessControl9::SetVideoPosition | ( | [in] const RECT * | source, |
[in] const RECT * | dest | ||
) |