Share via


IMemInputPin::GetAllocator

Returns the allocator interface that this input pin proposes as the interface for the output pin to use.

HRESULT GetAllocator(
IMemAllocator **ppAllocator);

Parameters

Return Values

Returns an HRESULT value that depends on the implementation. HRESULT can be one of the following standard constants, or other values not listed.

E_FAIL Failure.
E_POINTER Null pointer argument.
E_INVALIDARG Invalid argument.
E_NOTIMPL Method isn't supported.
S_OK or NOERROR Success.

 Last updated on Tuesday, July 13, 2004

© 1992-2000 Microsoft Corporation. All rights reserved.