added some development tools
[windows-sources.git] / developer / VSSDK / VisualStudioIntegration / Common / Inc / IVsQueryEditQuerySave80.h
blobb1f879c9dfbf5a4e568d3bf3252e3d82b8f85286
3 /* this ALWAYS GENERATED file contains the definitions for the interfaces */
6 /* File created by MIDL compiler version 7.00.0499 */
7 /* Compiler settings for IVsQueryEditQuerySave80.idl:
8 Oicf, W0, Zp8, env=Win32 (32b run)
9 protocol : dce , ms_ext, c_ext, robust
10 error checks: allocation ref bounds_check enum stub_data
11 VC __declspec() decoration level:
12 __declspec(uuid()), __declspec(selectany), __declspec(novtable)
13 DECLSPEC_UUID(), MIDL_INTERFACE()
15 //@@MIDL_FILE_HEADING( )
17 #pragma warning( disable: 4049 ) /* more than 64k source lines */
20 /* verify that the <rpcndr.h> version is high enough to compile this file*/
21 #ifndef __REQUIRED_RPCNDR_H_VERSION__
22 #define __REQUIRED_RPCNDR_H_VERSION__ 475
23 #endif
25 /* verify that the <rpcsal.h> version is high enough to compile this file*/
26 #ifndef __REQUIRED_RPCSAL_H_VERSION__
27 #define __REQUIRED_RPCSAL_H_VERSION__ 100
28 #endif
30 #include "rpc.h"
31 #include "rpcndr.h"
33 #ifndef __RPCNDR_H_VERSION__
34 #error this stub requires an updated version of <rpcndr.h>
35 #endif // __RPCNDR_H_VERSION__
38 #ifndef __IVsQueryEditQuerySave80_h__
39 #define __IVsQueryEditQuerySave80_h__
41 #if defined(_MSC_VER) && (_MSC_VER >= 1020)
42 #pragma once
43 #endif
45 /* Forward Declarations */
47 /* header files for imported files */
48 #include "IVsQueryEditQuerySave2.h"
50 #ifdef __cplusplus
51 extern "C"{
52 #endif
55 /* interface __MIDL_itf_IVsQueryEditQuerySave80_0000_0000 */
56 /* [local] */
58 #pragma once
60 enum __VSQueryEditFlags2
61 { QEF_AllowUnopenedProjects = 0x80,
62 QEF_CheckoutLocalVersion = 0x100,
63 QEF_CheckoutLatestVersion = 0x200,
64 QEF_DetectAnyChangedFile = 0x400
65 } ;
66 typedef DWORD VSQueryEditFlags2;
69 enum tagVSQueryEditResultFlags2
70 { QER_Reloaded = 0x200,
71 QER_Changed = 0x400
72 } ;
73 typedef DWORD VSQueryEditResultFlags2;
77 extern RPC_IF_HANDLE __MIDL_itf_IVsQueryEditQuerySave80_0000_0000_v0_0_c_ifspec;
78 extern RPC_IF_HANDLE __MIDL_itf_IVsQueryEditQuerySave80_0000_0000_v0_0_s_ifspec;
80 /* Additional Prototypes for ALL interfaces */
82 /* end of Additional Prototypes */
84 #ifdef __cplusplus
86 #endif
88 #endif