mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 15:55:57 +00:00
[DXSDK]
- Add IAMBufferNegotiation interface svn path=/trunk/; revision=46221
This commit is contained in:
parent
fcec48b05b
commit
76e59af897
1 changed files with 16 additions and 0 deletions
|
@ -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>
|
||||
|
||||
[
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue