Searched refs:IAMExtDevice (Results 1 – 2 of 2) sorted by relevance
417 IAMExtDevice* extDevice = NULL; in CreateCapabilityMap()
367 typedef struct IAMExtDevice IAMExtDevice; typedef4859 struct IAMExtDevice : public IUnknown { struct4873 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);[all …]