Home
last modified time | relevance | path

Searched refs:IAMPhysicalPinInfo (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/3rdparty/include/dshow/
Dstrmif.h362 typedef struct IAMPhysicalPinInfo IAMPhysicalPinInfo; typedef
4824 struct IAMPhysicalPinInfo : public IUnknown { struct
4831 HRESULT (WINAPI *QueryInterface)(IAMPhysicalPinInfo *This,REFIID riid,void **ppvObject);
4832 ULONG (WINAPI *AddRef)(IAMPhysicalPinInfo *This);
4833 ULONG (WINAPI *Release)(IAMPhysicalPinInfo *This);
4834 HRESULT (WINAPI *GetPhysicalType)(IAMPhysicalPinInfo *This,long *pType,LPOLESTR *ppszType);
4837 struct IAMPhysicalPinInfo { struct
4847 …HRESULT WINAPI IAMPhysicalPinInfo_GetPhysicalType_Proxy(IAMPhysicalPinInfo *This,long *pType,LPOLE…
4851 typedef IAMPhysicalPinInfo *PAMPHYSICALPININFO;