Searched refs:IAMBufferNegotiation (Results 1 – 1 of 1) sorted by relevance
282 typedef struct IAMBufferNegotiation IAMBufferNegotiation; typedef3836 struct IAMBufferNegotiation : public IUnknown { struct3844 HRESULT (WINAPI *QueryInterface)(IAMBufferNegotiation *This,REFIID riid,void **ppvObject);3845 ULONG (WINAPI *AddRef)(IAMBufferNegotiation *This);3846 ULONG (WINAPI *Release)(IAMBufferNegotiation *This);3847 …HRESULT (WINAPI *SuggestAllocatorProperties)(IAMBufferNegotiation *This,const ALLOCATOR_PROPERTIES…3848 … HRESULT (WINAPI *GetAllocatorProperties)(IAMBufferNegotiation *This,ALLOCATOR_PROPERTIES *pprop);3851 struct IAMBufferNegotiation { struct3862 …HRESULT WINAPI IAMBufferNegotiation_SuggestAllocatorProperties_Proxy(IAMBufferNegotiation *This,co…3864 …HRESULT WINAPI IAMBufferNegotiation_GetAllocatorProperties_Proxy(IAMBufferNegotiation *This,ALLOCA…