[ros-diffs] [janderwald] 46221: [DXSDK] - Add IAMBufferNegotiation interface

janderwald at svn.reactos.org janderwald at svn.reactos.org
Tue Mar 16 12:09:20 CET 2010


Author: janderwald
Date: Tue Mar 16 12:09:19 2010
New Revision: 46221

URL: http://svn.reactos.org/svn/reactos?rev=46221&view=rev
Log:
[DXSDK]
- Add IAMBufferNegotiation interface

Modified:
    trunk/reactos/include/dxsdk/axextend.idl

Modified: trunk/reactos/include/dxsdk/axextend.idl
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/dxsdk/axextend.idl?rev=46221&r1=46220&r2=46221&view=diff
==============================================================================
--- trunk/reactos/include/dxsdk/axextend.idl [iso-8859-1] (original)
+++ trunk/reactos/include/dxsdk/axextend.idl [iso-8859-1] Tue Mar 16 12:09:19 2010
@@ -1070,6 +1070,22 @@
     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 <axextendenums.h>
 
 [




More information about the Ros-diffs mailing list