source: Daodan/MSYS2/mingw32/i686-w64-mingw32/include/audioendpoints.idl@ 1181

Last change on this file since 1181 was 1166, checked in by rossy, 3 years ago

Daodan: Replace MinGW build env with an up-to-date MSYS2 env

File size: 732 bytes
Line 
1cpp_quote("/**")
2cpp_quote(" * This file is part of the mingw-w64 runtime package.")
3cpp_quote(" * No warranty is given; refer to the file DISCLAIMER within this package.")
4cpp_quote(" */")
5cpp_quote("")
6
7import "unknwn.idl";
8
9cpp_quote("#include <winapifamily.h>")
10cpp_quote("")
11cpp_quote("#if WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP)")
12[object, local, uuid (784cfd40-9f89-456e-A1A6-873b006a664e), nonextensible, helpstring ("IAudioEndpointFormat interface"), pointer_default (unique)]
13interface IAudioEndpointFormatControl : IUnknown {
14 [helpstring ("method ResetToDefault")]
15 HRESULT ResetToDefault ([in] DWORD ResetFlags);
16};
17
18cpp_quote("")
19cpp_quote("#define ENDPOINT_FORMAT_RESET_MIX_ONLY 0x1")
20cpp_quote("#endif")
Note: See TracBrowser for help on using the repository browser.