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