Searched refs:IVMRSurfaceAllocator (Results 1 – 1 of 1) sorted by relevance
632 typedef struct IVMRSurfaceAllocator IVMRSurfaceAllocator; typedef8458 struct IVMRSurfaceAllocator : public IUnknown { struct8468 HRESULT (WINAPI *QueryInterface)(IVMRSurfaceAllocator *This,REFIID riid,void **ppvObject);8469 ULONG (WINAPI *AddRef)(IVMRSurfaceAllocator *This);8470 ULONG (WINAPI *Release)(IVMRSurfaceAllocator *This);8471 …HRESULT (WINAPI *AllocateSurface)(IVMRSurfaceAllocator *This,DWORD_PTR dwUserID,VMRALLOCATIONINFO …8472 HRESULT (WINAPI *FreeSurface)(IVMRSurfaceAllocator *This,DWORD_PTR dwID);8473 …HRESULT (WINAPI *PrepareSurface)(IVMRSurfaceAllocator *This,DWORD_PTR dwUserID,LPDIRECTDRAWSURFACE…8474 …HRESULT (WINAPI *AdviseNotify)(IVMRSurfaceAllocator *This,IVMRSurfaceAllocatorNotify *lpIVMRSurfAl…8477 struct IVMRSurfaceAllocator { struct[all …]