CRendererInputPin::Allocator (Compact 2013)

3/26/2014

Retrieves a pointer to the default memory allocator inherited from CBaseInputPin.

Syntax

IMemAllocator* Allocator( ) const;

Parameters

None.

Return Value

Returns a pointer to an IMemAllocator interface.

Remarks

The returned pointer is m_pAllocator.

Requirements

Header

dshow.h,
Streams.h

Library

ole32.lib,
Ole32auth.lib,
Strmbase.lib,
Strmiids.lib,
uuid.lib

See Also

Reference

CRendererInputPin Class