ReactOS 0.4.16-dev-13-ge2fc578
|
Public Member Functions | |
HRESULT | OnDisplayChange ([in] ULONG ulBitsPerPixel, [in] ULONG ulScreenWidth, [in] ULONG ulScreenHeight) |
HRESULT | GetAspectRatio ([out] LPDWORD pdwPictAspectRatioX, [out] LPDWORD pdwPictAspectRatioY) |
HRESULT | GetVideoSize ([out] LPDWORD pdwVideoWidth, [out] LPDWORD pdwVideoHeight) |
HRESULT | GetStatus ([out] LPDWORD *pdwStatus) |
HRESULT | OnDraw ([in] HDC hdcDraw, [in] LPCRECT prcDraw) |
HRESULT | SetDrawRegion ([in] LPPOINT lpptTopLeftSC, [in] LPCRECT prcDrawCC, [in] LPCRECT lprcClip) |
HRESULT | Advise ([in] IMixerOCXNotify *pmdns) |
HRESULT | UnAdvise () |
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 |
Definition at line 32 of file mixerocx.idl.
HRESULT IMixerOCX::Advise | ( | [in] IMixerOCXNotify * | pmdns | ) |
HRESULT IMixerOCX::GetAspectRatio | ( | [out] LPDWORD | pdwPictAspectRatioX, |
[out] LPDWORD | pdwPictAspectRatioY | ||
) |
HRESULT IMixerOCX::OnDisplayChange | ( | [in] ULONG | ulBitsPerPixel, |
[in] ULONG | ulScreenWidth, | ||
[in] ULONG | ulScreenHeight | ||
) |
HRESULT IMixerOCX::SetDrawRegion | ( | [in] LPPOINT | lpptTopLeftSC, |
[in] LPCRECT | prcDrawCC, | ||
[in] LPCRECT | lprcClip | ||
) |
HRESULT IMixerOCX::UnAdvise | ( | ) |