From 76e59af8978a38530182d6468c0ed3ffd1b3bab2 Mon Sep 17 00:00:00 2001 From: Johannes Anderwald Date: Tue, 16 Mar 2010 11:09:19 +0000 Subject: [PATCH] [DXSDK] - Add IAMBufferNegotiation interface svn path=/trunk/; revision=46221 --- reactos/include/dxsdk/axextend.idl | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/reactos/include/dxsdk/axextend.idl b/reactos/include/dxsdk/axextend.idl index 66e43f151ca..72e37ce47c7 100644 --- a/reactos/include/dxsdk/axextend.idl +++ b/reactos/include/dxsdk/axextend.idl @@ -1070,6 +1070,22 @@ interface IAMFilterMiscFlags : IUnknown ULONG GetMiscFlags(); }; +[ + local, + object, + uuid(56ED71A0-AF5F-11D0-B3F0-00AA003761C5), + pointer_default(unique) +] +interface IAMBufferNegotiation : IUnknown +{ + HRESULT SuggestAllocatorProperties ( + [in] const ALLOCATOR_PROPERTIES *pprop); + + HRESULT GetAllocatorProperties ( + [out] ALLOCATOR_PROPERTIES *pprop); + +} + #include [