Commit 7ccc45f7 authored by Andrew Eikum's avatar Andrew Eikum Committed by Alexandre Julliard

include/xapo.idl: Add XAPO registration flags.

parent 341068aa
......@@ -20,6 +20,13 @@ import "unknwn.idl";
#define XAPO_REGISTRATION_STRING_LENGTH 256
cpp_quote("#define XAPO_FLAG_CHANNELS_MUST_MATCH 0x1")
cpp_quote("#define XAPO_FLAG_FRAMERATE_MUST_MATCH 0x2")
cpp_quote("#define XAPO_FLAG_BITSPERSAMPLE_MUST_MATCH 0x4")
cpp_quote("#define XAPO_FLAG_BUFFERCOUNT_MUST_MATCH 0x8")
cpp_quote("#define XAPO_FLAG_INPLACE_SUPPORTED 0x10")
cpp_quote("#define XAPO_FLAG_INPLACE_REQUIRED 0x20")
cpp_quote("#if 0")
typedef struct WAVEFORMATEX
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment