Share via


IMSVidVideoRenderer2::get__Allocator Method

This topic applies to Windows XP Service Pack 1 or later.
The get__Allocator method retrieves the allocator-presenter from the VMR.

Syntax

HRESULT get__Allocator(
  [out]  IVMRSurfaceAllocator **ppAllocPresent
);

Parameters

  • ppAllocPresent [out]
    Address of a variable that receives an IVMRSurfaceAllocator interface pointer.

Return Value

Returns an HRESULT value. Possible values include the following.

Return code Description

S_OK

Success.

E_POINTER

NULL pointer argument.

Remarks

The caller must release the IVMRSurfaceAllocator interface.

Requirements

Header Declared in Dshow.h.
DLL Requires Quartz.dll.

See Also

IMSVidVideoRenderer2 Interface

Send comments about this topic to Microsoft

Build date: 12/4/2008