mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 19:26:16 +00:00
[DXSDK]
- Add IAMBufferNegotiation interface svn path=/trunk/; revision=46221
This commit is contained in:
@@ -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 <axextendenums.h>
|
||||
|
||||
[
|
||||
|
||||
Reference in New Issue
Block a user