ReactOS 0.4.16-dev-927-g467dec4
|
#include "precomp.h"
Go to the source code of this file.
Classes | |
class | CPin |
Functions | |
HRESULT WINAPI | CPin_fnConstructor (IUnknown *pUnknown, IBaseFilter *ParentFilter, REFIID riid, LPVOID *ppv) |
Variables | |
const GUID | KSDATAFORMAT_TYPE_BDA_ANTENNA = {0x71985f41, 0x1ca1, 0x11d3, {0x9c, 0xc8, 0x0, 0xc0, 0x4f, 0x79, 0x71, 0xe0}} |
const GUID | GUID_NULL = {0x00000000L, 0x0000, 0x0000, {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}} |
HRESULT WINAPI CPin_fnConstructor | ( | IUnknown * | pUnknown, |
IBaseFilter * | ParentFilter, | ||
REFIID | riid, | ||
LPVOID * | ppv | ||
) |
Definition at line 318 of file pin.cpp.
Referenced by CNetworkProvider::EnumPins().
const GUID KSDATAFORMAT_TYPE_BDA_ANTENNA = {0x71985f41, 0x1ca1, 0x11d3, {0x9c, 0xc8, 0x0, 0xc0, 0x4f, 0x79, 0x71, 0xe0}} |
Definition at line 12 of file pin.cpp.
Referenced by CPin::CPin(), and CPin::EnumMediaTypes().