Searched refs:IMemAllocator (Results 1 – 1 of 1) sorted by relevance
87 typedef struct IMemAllocator IMemAllocator; typedef1569 struct IMemAllocator : public IUnknown { struct1581 HRESULT (WINAPI *QueryInterface)(IMemAllocator *This,REFIID riid,void **ppvObject);1582 ULONG (WINAPI *AddRef)(IMemAllocator *This);1583 ULONG (WINAPI *Release)(IMemAllocator *This);1584 …HRESULT (WINAPI *SetProperties)(IMemAllocator *This,ALLOCATOR_PROPERTIES *pRequest,ALLOCATOR_PROPE…1585 HRESULT (WINAPI *GetProperties)(IMemAllocator *This,ALLOCATOR_PROPERTIES *pProps);1586 HRESULT (WINAPI *Commit)(IMemAllocator *This);1587 HRESULT (WINAPI *Decommit)(IMemAllocator *This);1588 …HRESULT (WINAPI *GetBuffer)(IMemAllocator *This,IMediaSample **ppBuffer,REFERENCE_TIME *pStartTime…[all …]