Searched refs:IAMPhysicalPinInfo (Results 1 – 1 of 1) sorted by relevance
362 typedef struct IAMPhysicalPinInfo IAMPhysicalPinInfo; typedef4824 struct IAMPhysicalPinInfo : public IUnknown { struct4831 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 { struct4847 …HRESULT WINAPI IAMPhysicalPinInfo_GetPhysicalType_Proxy(IAMPhysicalPinInfo *This,long *pType,LPOLE…4851 typedef IAMPhysicalPinInfo *PAMPHYSICALPININFO;