Microsoft Windows CE 3.0  

CBaseInputPin::GetAllocatorRequirements

Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

Optional member function to use if the filter has specific alignment or prefix requirements but could use an upstream allocator.

HRESULT GetAllocatorRequirements(
ALLOCATOR_PROPERTIES *
pProps
);

Parameters

pProps
ALLOCATOR_PROPERTIESstructure containing the required size, count, and alignment of the allocator.

Return Values

Returns an HRESULTvalue. Returns E_NOTIMPL by default.

Remarks

Override this member function if you have specific alignment or prefix requirements but could use an upstream allocator.