IAMExtDevice      367 3rdparty/include/dshow/strmif.h typedef struct IAMExtDevice IAMExtDevice;
IAMExtDevice     4859 3rdparty/include/dshow/strmif.h   struct IAMExtDevice : public IUnknown {
IAMExtDevice     4873 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *QueryInterface)(IAMExtDevice *This,REFIID riid,void **ppvObject);
IAMExtDevice     4874 3rdparty/include/dshow/strmif.h       ULONG (WINAPI *AddRef)(IAMExtDevice *This);
IAMExtDevice     4875 3rdparty/include/dshow/strmif.h       ULONG (WINAPI *Release)(IAMExtDevice *This);
IAMExtDevice     4876 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *GetCapability)(IAMExtDevice *This,long Capability,long *pValue,double *pdblValue);
IAMExtDevice     4877 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *get_ExternalDeviceID)(IAMExtDevice *This,LPOLESTR *ppszData);
IAMExtDevice     4878 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *get_ExternalDeviceVersion)(IAMExtDevice *This,LPOLESTR *ppszData);
IAMExtDevice     4879 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *put_DevicePower)(IAMExtDevice *This,long PowerMode);
IAMExtDevice     4880 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *get_DevicePower)(IAMExtDevice *This,long *pPowerMode);
IAMExtDevice     4881 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *Calibrate)(IAMExtDevice *This,HEVENT hEvent,long Mode,long *pStatus);
IAMExtDevice     4882 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *put_DevicePort)(IAMExtDevice *This,long DevicePort);
IAMExtDevice     4883 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *get_DevicePort)(IAMExtDevice *This,long *pDevicePort);
IAMExtDevice     4903 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IAMExtDevice_GetCapability_Proxy(IAMExtDevice *This,long Capability,long *pValue,double *pdblValue);
IAMExtDevice     4905 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IAMExtDevice_get_ExternalDeviceID_Proxy(IAMExtDevice *This,LPOLESTR *ppszData);
IAMExtDevice     4907 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IAMExtDevice_get_ExternalDeviceVersion_Proxy(IAMExtDevice *This,LPOLESTR *ppszData);
IAMExtDevice     4909 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IAMExtDevice_put_DevicePower_Proxy(IAMExtDevice *This,long PowerMode);
IAMExtDevice     4911 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IAMExtDevice_get_DevicePower_Proxy(IAMExtDevice *This,long *pPowerMode);
IAMExtDevice     4913 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IAMExtDevice_Calibrate_Proxy(IAMExtDevice *This,HEVENT hEvent,long Mode,long *pStatus);
IAMExtDevice     4915 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IAMExtDevice_put_DevicePort_Proxy(IAMExtDevice *This,long DevicePort);
IAMExtDevice     4917 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IAMExtDevice_get_DevicePort_Proxy(IAMExtDevice *This,long *pDevicePort);
IAMExtDevice     4921 3rdparty/include/dshow/strmif.h   typedef IAMExtDevice *PEXTDEVICE;