ReactOS 0.4.16-dev-297-gc569aee
|
#include "precomp.h"
Go to the source code of this file.
Classes | |
class | CInputPin |
Functions | |
HRESULT WINAPI | CInputPin_Constructor (IBaseFilter *ParentFilter, LPCWSTR PinName, HANDLE hFilter, ULONG PinId, KSPIN_COMMUNICATION Communication, REFIID riid, LPVOID *ppv) |
Variables | |
const GUID | IID_IKsPinPipe = {0xe539cd90, 0xa8b4, 0x11d1, {0x81, 0x89, 0x00, 0xa0, 0xc9, 0x06, 0x28, 0x02}} |
const GUID | IID_IKsPinEx = {0x7bb38260L, 0xd19c, 0x11d2, {0xb3, 0x8a, 0x00, 0xa0, 0xc9, 0x5e, 0xc2, 0x2e}} |
KSPIN_INTERFACE | StandardPinInterface |
KSPIN_MEDIUM | StandardPinMedium |
HRESULT WINAPI CInputPin_Constructor | ( | IBaseFilter * | ParentFilter, |
LPCWSTR | PinName, | ||
HANDLE | hFilter, | ||
ULONG | PinId, | ||
KSPIN_COMMUNICATION | Communication, | ||
REFIID | riid, | ||
LPVOID * | ppv | ||
) |
Definition at line 1766 of file input_pin.cpp.
Referenced by CKsProxy::CreatePins().
const GUID IID_IKsPinEx = {0x7bb38260L, 0xd19c, 0x11d2, {0xb3, 0x8a, 0x00, 0xa0, 0xc9, 0x5e, 0xc2, 0x2e}} |
Definition at line 12 of file input_pin.cpp.
Referenced by CKsInterfaceHandler::KsSetPin(), CInputPin::QueryInterface(), and COutputPin::QueryInterface().
const GUID IID_IKsPinPipe = {0xe539cd90, 0xa8b4, 0x11d1, {0x81, 0x89, 0x00, 0xa0, 0xc9, 0x06, 0x28, 0x02}} |
Definition at line 11 of file input_pin.cpp.
Referenced by CInputPin::QueryInterface(), and COutputPin::QueryInterface().
KSPIN_INTERFACE StandardPinInterface |
Definition at line 14 of file input_pin.cpp.
Referenced by CInputPin::CreatePin(), and COutputPin::CreatePin().
KSPIN_MEDIUM StandardPinMedium |
Definition at line 21 of file input_pin.cpp.
Referenced by CInputPin::CreatePin(), and COutputPin::CreatePin().