Lines Matching refs:IAMDevMemoryControl
397 typedef struct IAMDevMemoryControl IAMDevMemoryControl; typedef
5342 struct IAMDevMemoryControl : public IUnknown { struct
5351 HRESULT (WINAPI *QueryInterface)(IAMDevMemoryControl *This,REFIID riid,void **ppvObject);
5352 ULONG (WINAPI *AddRef)(IAMDevMemoryControl *This);
5353 ULONG (WINAPI *Release)(IAMDevMemoryControl *This);
5354 HRESULT (WINAPI *QueryWriteSync)(IAMDevMemoryControl *This);
5355 HRESULT (WINAPI *WriteSync)(IAMDevMemoryControl *This);
5356 HRESULT (WINAPI *GetDevId)(IAMDevMemoryControl *This,DWORD *pdwDevId);
5359 struct IAMDevMemoryControl { struct
5371 HRESULT WINAPI IAMDevMemoryControl_QueryWriteSync_Proxy(IAMDevMemoryControl *This);
5373 HRESULT WINAPI IAMDevMemoryControl_WriteSync_Proxy(IAMDevMemoryControl *This);
5375 HRESULT WINAPI IAMDevMemoryControl_GetDevId_Proxy(IAMDevMemoryControl *This,DWORD *pdwDevId);
5379 typedef IAMDevMemoryControl *PAMDEVMEMORYCONTROL;