source: trunk/Utilities/EnumerateAudioDevices/EnumerateAudioDevices.h @ 792

Last change on this file since 792 was 11, checked in by roman, 13 years ago
  • Property svn:keywords set to Id
File size: 1.7 KB
Line 
1
2
3/* this ALWAYS GENERATED file contains the definitions for the interfaces */
4
5
6 /* File created by MIDL compiler version 7.00.0500 */
7/* at Sat Jul 19 13:16:42 2008
8 */
9/* Compiler settings for .\EnumerateAudioDevices.idl:
10    Oicf, W1, Zp8, env=Win32 (32b run)
11    protocol : dce , ms_ext, c_ext, robust
12    error checks: allocation ref bounds_check enum stub_data
13    VC __declspec() decoration level:
14         __declspec(uuid()), __declspec(selectany), __declspec(novtable)
15         DECLSPEC_UUID(), MIDL_INTERFACE()
16*/
17//@@MIDL_FILE_HEADING(  )
18
19#pragma warning( disable: 4049 )  /* more than 64k source lines */
20
21
22/* verify that the <rpcndr.h> version is high enough to compile this file*/
23#ifndef __REQUIRED_RPCNDR_H_VERSION__
24#define __REQUIRED_RPCNDR_H_VERSION__ 475
25#endif
26
27#include "rpc.h"
28#include "rpcndr.h"
29
30#ifndef __RPCNDR_H_VERSION__
31#error this stub requires an updated version of <rpcndr.h>
32#endif // __RPCNDR_H_VERSION__
33
34
35#ifndef __EnumerateAudioDevices_h__
36#define __EnumerateAudioDevices_h__
37
38#if defined(_MSC_VER) && (_MSC_VER >= 1020)
39#pragma once
40#endif
41
42/* Forward Declarations */ 
43
44/* header files for imported files */
45#include "oaidl.h"
46#include "ocidl.h"
47
48#ifdef __cplusplus
49extern "C"{
50#endif
51
52
53
54#ifndef __EnumerateAudioDevicesLib_LIBRARY_DEFINED__
55#define __EnumerateAudioDevicesLib_LIBRARY_DEFINED__
56
57/* library EnumerateAudioDevicesLib */
58/* [helpstring][version][uuid] */ 
59
60
61EXTERN_C const IID LIBID_EnumerateAudioDevicesLib;
62#endif /* __EnumerateAudioDevicesLib_LIBRARY_DEFINED__ */
63
64/* Additional Prototypes for ALL interfaces */
65
66/* end of Additional Prototypes */
67
68#ifdef __cplusplus
69}
70#endif
71
72#endif
73
74
Note: See TracBrowser for help on using the repository browser.