Searched refs:IAMDevMemoryControl (Results 1 – 1 of 1) sorted by relevance
397 typedef struct IAMDevMemoryControl IAMDevMemoryControl; typedef5342 struct IAMDevMemoryControl : public IUnknown { struct5351 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 { struct5371 HRESULT WINAPI IAMDevMemoryControl_QueryWriteSync_Proxy(IAMDevMemoryControl *This);[all …]