Microsoft DirectX 8.1 (C++) |
Constructs a CRenderedInputPin object.
Syntax
CRenderedInputPin(
TCHAR *pObjectName,
CBaseFilter *pFilter,
CCritSec *pLock,
HRESULT *phr,
LPCWSTR pName
);
Parameters
pObjectName
Pointer to the name of the object for debugging purposes.
pFilter
Pointer to the pin's owning filter.
pLock
Pointer to the critical section for the pin.
phr
Pointer to an HRESULT value.
pName
Pointer to the pin name.
Return Value
No return value.
See Also