IKsPropertySet   1121 3rdparty/include/dshow/dsound.h typedef struct IKsPropertySet *LPKSPROPERTYSET;
IKsPropertySet   1128 3rdparty/include/dshow/dsound.h #define INTERFACE IKsPropertySet
IKsPropertySet   1129 3rdparty/include/dshow/dsound.h DECLARE_INTERFACE_(IKsPropertySet,IUnknown)
IKsPropertySet    347 3rdparty/include/dshow/strmif.h typedef struct IKsPropertySet IKsPropertySet;
IKsPropertySet   4698 3rdparty/include/dshow/strmif.h   struct IKsPropertySet : public IUnknown {
IKsPropertySet   4707 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *QueryInterface)(IKsPropertySet *This,REFIID riid,void **ppvObject);
IKsPropertySet   4708 3rdparty/include/dshow/strmif.h       ULONG (WINAPI *AddRef)(IKsPropertySet *This);
IKsPropertySet   4709 3rdparty/include/dshow/strmif.h       ULONG (WINAPI *Release)(IKsPropertySet *This);
IKsPropertySet   4710 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *Set)(IKsPropertySet *This,REFGUID guidPropSet,DWORD dwPropID,LPVOID pInstanceData,DWORD cbInstanceData,LPVOID pPropData,DWORD cbPropData);
IKsPropertySet   4711 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *Get)(IKsPropertySet *This,REFGUID guidPropSet,DWORD dwPropID,LPVOID pInstanceData,DWORD cbInstanceData,LPVOID pPropData,DWORD cbPropData,DWORD *pcbReturned);
IKsPropertySet   4712 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *QuerySupported)(IKsPropertySet *This,REFGUID guidPropSet,DWORD dwPropID,DWORD *pTypeSupport);
IKsPropertySet   4727 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IKsPropertySet_RemoteSet_Proxy(IKsPropertySet *This,REFGUID guidPropSet,DWORD dwPropID,byte *pInstanceData,DWORD cbInstanceData,byte *pPropData,DWORD cbPropData);
IKsPropertySet   4729 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IKsPropertySet_RemoteGet_Proxy(IKsPropertySet *This,REFGUID guidPropSet,DWORD dwPropID,byte *pInstanceData,DWORD cbInstanceData,byte *pPropData,DWORD cbPropData,DWORD *pcbReturned);
IKsPropertySet   4731 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IKsPropertySet_QuerySupported_Proxy(IKsPropertySet *This,REFGUID guidPropSet,DWORD dwPropID,DWORD *pTypeSupport);
IKsPropertySet   9384 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IKsPropertySet_Set_Proxy(IKsPropertySet *This,REFGUID guidPropSet,DWORD dwPropID,LPVOID pInstanceData,DWORD cbInstanceData,LPVOID pPropData,DWORD cbPropData);
IKsPropertySet   9385 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IKsPropertySet_Set_Stub(IKsPropertySet *This,REFGUID guidPropSet,DWORD dwPropID,byte *pInstanceData,DWORD cbInstanceData,byte *pPropData,DWORD cbPropData);
IKsPropertySet   9386 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IKsPropertySet_Get_Proxy(IKsPropertySet *This,REFGUID guidPropSet,DWORD dwPropID,LPVOID pInstanceData,DWORD cbInstanceData,LPVOID pPropData,DWORD cbPropData,DWORD *pcbReturned);
IKsPropertySet   9387 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IKsPropertySet_Get_Stub(IKsPropertySet *This,REFGUID guidPropSet,DWORD dwPropID,byte *pInstanceData,DWORD cbInstanceData,byte *pPropData,DWORD cbPropData,DWORD *pcbReturned);