ReactOS 0.4.16-dev-122-g325d74c
|
Public Member Functions | |
HRESULT | AllocateSurface ([in] DWORD_PTR dwUserID, [in] VMRALLOCATIONINFO *lpAllocInfo, [in][out] DWORD *lpdwActualBuffers, [out] LPDIRECTDRAWSURFACE7 *lplpSurface) |
HRESULT | FreeSurface ([in] DWORD_PTR dwID) |
HRESULT | PrepareSurface ([in] DWORD_PTR dwUserID, [in] LPDIRECTDRAWSURFACE7 lpSurface, [in] DWORD dwSurfaceFlags) |
HRESULT | AdviseNotify ([in] IVMRSurfaceAllocatorNotify *lpIVMRSurfAllocNotify) |
HRESULT | AllocateSurface ([in] DWORD_PTR id, [in] VMRALLOCATIONINFO *allocinfo, [in, out] DWORD *buffers, IDirectDrawSurface7 **surface) |
HRESULT | FreeSurface ([in] DWORD_PTR id) |
HRESULT | PrepareSurface ([in] DWORD_PTR id, [in] IDirectDrawSurface7 *surface, [in] DWORD dwSurfaceFlags) |
HRESULT | AdviseNotify ([in] IVMRSurfaceAllocatorNotify *notify) |
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 258 of file vmrender.idl.
HRESULT IVMRSurfaceAllocator::AdviseNotify | ( | [in] IVMRSurfaceAllocatorNotify * | lpIVMRSurfAllocNotify | ) |
HRESULT IVMRSurfaceAllocator::AdviseNotify | ( | [in] IVMRSurfaceAllocatorNotify * | notify | ) |
HRESULT IVMRSurfaceAllocator::AllocateSurface | ( | [in] DWORD_PTR | dwUserID, |
[in] VMRALLOCATIONINFO * | lpAllocInfo, | ||
[out] DWORD * | lpdwActualBuffers, | ||
[out] LPDIRECTDRAWSURFACE7 * | lplpSurface | ||
) |
HRESULT IVMRSurfaceAllocator::AllocateSurface | ( | [in] DWORD_PTR | id, |
[in] VMRALLOCATIONINFO * | allocinfo, | ||
[in, out] DWORD * | buffers, | ||
IDirectDrawSurface7 ** | surface | ||
) |
HRESULT IVMRSurfaceAllocator::PrepareSurface | ( | [in] DWORD_PTR | dwUserID, |
[in] LPDIRECTDRAWSURFACE7 | lpSurface, | ||
[in] DWORD | dwSurfaceFlags | ||
) |
HRESULT IVMRSurfaceAllocator::PrepareSurface | ( | [in] DWORD_PTR | id, |
[in] IDirectDrawSurface7 * | surface, | ||
[in] DWORD | dwSurfaceFlags | ||
) |