source: Daodan/MSYS2/mingw32/i686-w64-mingw32/include/windows.system.h@ 1166

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

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

File size: 6.6 KB
Line 
1/*** Autogenerated by WIDL 6.4 from include/windows.system.idl - Do not edit ***/
2
3#ifdef _WIN32
4#ifndef __REQUIRED_RPCNDR_H_VERSION__
5#define __REQUIRED_RPCNDR_H_VERSION__ 475
6#endif
7#include <rpc.h>
8#include <rpcndr.h>
9#endif
10
11#ifndef COM_NO_WINDOWS_H
12#include <windows.h>
13#include <ole2.h>
14#endif
15
16#ifndef __windows_system_h__
17#define __windows_system_h__
18
19/* Forward declarations */
20
21#ifndef ____x_ABI_CWindows_CSystem_CIDispatcherQueueController_FWD_DEFINED__
22#define ____x_ABI_CWindows_CSystem_CIDispatcherQueueController_FWD_DEFINED__
23typedef interface __x_ABI_CWindows_CSystem_CIDispatcherQueueController __x_ABI_CWindows_CSystem_CIDispatcherQueueController;
24#ifdef __cplusplus
25#define __x_ABI_CWindows_CSystem_CIDispatcherQueueController ABI::Windows::System::IDispatcherQueueController
26namespace ABI {
27 namespace Windows {
28 namespace System {
29 interface IDispatcherQueueController;
30 }
31 }
32}
33#endif /* __cplusplus */
34#endif
35
36/* Headers for imported files */
37
38#include <inspectable.h>
39
40#ifdef __cplusplus
41extern "C" {
42#endif
43
44/*****************************************************************************
45 * IDispatcherQueueController interface
46 */
47#ifndef ____x_ABI_CWindows_CSystem_CIDispatcherQueueController_INTERFACE_DEFINED__
48#define ____x_ABI_CWindows_CSystem_CIDispatcherQueueController_INTERFACE_DEFINED__
49
50DEFINE_GUID(IID___x_ABI_CWindows_CSystem_CIDispatcherQueueController, 0x22f34e66, 0x50db, 0x4e36, 0xa9,0x8d, 0x61,0xc0,0x1b,0x38,0x4d,0x20);
51#if defined(__cplusplus) && !defined(CINTERFACE)
52} /* extern "C" */
53namespace ABI {
54 namespace Windows {
55 namespace System {
56 MIDL_INTERFACE("22f34e66-50db-4e36-a98d-61c01b384d20")
57 IDispatcherQueueController : public IInspectable
58 {
59 };
60 }
61 }
62}
63extern "C" {
64#ifdef __CRT_UUID_DECL
65__CRT_UUID_DECL(__x_ABI_CWindows_CSystem_CIDispatcherQueueController, 0x22f34e66, 0x50db, 0x4e36, 0xa9,0x8d, 0x61,0xc0,0x1b,0x38,0x4d,0x20)
66#endif
67#else
68typedef struct __x_ABI_CWindows_CSystem_CIDispatcherQueueControllerVtbl {
69 BEGIN_INTERFACE
70
71 /*** IUnknown methods ***/
72 HRESULT (STDMETHODCALLTYPE *QueryInterface)(
73 __x_ABI_CWindows_CSystem_CIDispatcherQueueController *This,
74 REFIID riid,
75 void **ppvObject);
76
77 ULONG (STDMETHODCALLTYPE *AddRef)(
78 __x_ABI_CWindows_CSystem_CIDispatcherQueueController *This);
79
80 ULONG (STDMETHODCALLTYPE *Release)(
81 __x_ABI_CWindows_CSystem_CIDispatcherQueueController *This);
82
83 /*** IInspectable methods ***/
84 HRESULT (STDMETHODCALLTYPE *GetIids)(
85 __x_ABI_CWindows_CSystem_CIDispatcherQueueController *This,
86 ULONG *iidCount,
87 IID **iids);
88
89 HRESULT (STDMETHODCALLTYPE *GetRuntimeClassName)(
90 __x_ABI_CWindows_CSystem_CIDispatcherQueueController *This,
91 HSTRING *className);
92
93 HRESULT (STDMETHODCALLTYPE *GetTrustLevel)(
94 __x_ABI_CWindows_CSystem_CIDispatcherQueueController *This,
95 TrustLevel *trustLevel);
96
97 END_INTERFACE
98} __x_ABI_CWindows_CSystem_CIDispatcherQueueControllerVtbl;
99
100interface __x_ABI_CWindows_CSystem_CIDispatcherQueueController {
101 CONST_VTBL __x_ABI_CWindows_CSystem_CIDispatcherQueueControllerVtbl* lpVtbl;
102};
103
104#ifdef COBJMACROS
105#ifndef WIDL_C_INLINE_WRAPPERS
106/*** IUnknown methods ***/
107#define __x_ABI_CWindows_CSystem_CIDispatcherQueueController_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject)
108#define __x_ABI_CWindows_CSystem_CIDispatcherQueueController_AddRef(This) (This)->lpVtbl->AddRef(This)
109#define __x_ABI_CWindows_CSystem_CIDispatcherQueueController_Release(This) (This)->lpVtbl->Release(This)
110/*** IInspectable methods ***/
111#define __x_ABI_CWindows_CSystem_CIDispatcherQueueController_GetIids(This,iidCount,iids) (This)->lpVtbl->GetIids(This,iidCount,iids)
112#define __x_ABI_CWindows_CSystem_CIDispatcherQueueController_GetRuntimeClassName(This,className) (This)->lpVtbl->GetRuntimeClassName(This,className)
113#define __x_ABI_CWindows_CSystem_CIDispatcherQueueController_GetTrustLevel(This,trustLevel) (This)->lpVtbl->GetTrustLevel(This,trustLevel)
114#else
115/*** IUnknown methods ***/
116static FORCEINLINE HRESULT __x_ABI_CWindows_CSystem_CIDispatcherQueueController_QueryInterface(__x_ABI_CWindows_CSystem_CIDispatcherQueueController* This,REFIID riid,void **ppvObject) {
117 return This->lpVtbl->QueryInterface(This,riid,ppvObject);
118}
119static FORCEINLINE ULONG __x_ABI_CWindows_CSystem_CIDispatcherQueueController_AddRef(__x_ABI_CWindows_CSystem_CIDispatcherQueueController* This) {
120 return This->lpVtbl->AddRef(This);
121}
122static FORCEINLINE ULONG __x_ABI_CWindows_CSystem_CIDispatcherQueueController_Release(__x_ABI_CWindows_CSystem_CIDispatcherQueueController* This) {
123 return This->lpVtbl->Release(This);
124}
125/*** IInspectable methods ***/
126static FORCEINLINE HRESULT __x_ABI_CWindows_CSystem_CIDispatcherQueueController_GetIids(__x_ABI_CWindows_CSystem_CIDispatcherQueueController* This,ULONG *iidCount,IID **iids) {
127 return This->lpVtbl->GetIids(This,iidCount,iids);
128}
129static FORCEINLINE HRESULT __x_ABI_CWindows_CSystem_CIDispatcherQueueController_GetRuntimeClassName(__x_ABI_CWindows_CSystem_CIDispatcherQueueController* This,HSTRING *className) {
130 return This->lpVtbl->GetRuntimeClassName(This,className);
131}
132static FORCEINLINE HRESULT __x_ABI_CWindows_CSystem_CIDispatcherQueueController_GetTrustLevel(__x_ABI_CWindows_CSystem_CIDispatcherQueueController* This,TrustLevel *trustLevel) {
133 return This->lpVtbl->GetTrustLevel(This,trustLevel);
134}
135#endif
136#ifdef WIDL_using_Windows_System
137#define IID_IDispatcherQueueController IID___x_ABI_CWindows_CSystem_CIDispatcherQueueController
138#define IDispatcherQueueControllerVtbl __x_ABI_CWindows_CSystem_CIDispatcherQueueControllerVtbl
139#define IDispatcherQueueController __x_ABI_CWindows_CSystem_CIDispatcherQueueController
140#define IDispatcherQueueController_QueryInterface __x_ABI_CWindows_CSystem_CIDispatcherQueueController_QueryInterface
141#define IDispatcherQueueController_AddRef __x_ABI_CWindows_CSystem_CIDispatcherQueueController_AddRef
142#define IDispatcherQueueController_Release __x_ABI_CWindows_CSystem_CIDispatcherQueueController_Release
143#define IDispatcherQueueController_GetIids __x_ABI_CWindows_CSystem_CIDispatcherQueueController_GetIids
144#define IDispatcherQueueController_GetRuntimeClassName __x_ABI_CWindows_CSystem_CIDispatcherQueueController_GetRuntimeClassName
145#define IDispatcherQueueController_GetTrustLevel __x_ABI_CWindows_CSystem_CIDispatcherQueueController_GetTrustLevel
146#endif /* WIDL_using_Windows_System */
147#endif
148
149#endif
150
151#endif /* ____x_ABI_CWindows_CSystem_CIDispatcherQueueController_INTERFACE_DEFINED__ */
152
153/* Begin additional prototypes for all interfaces */
154
155
156/* End additional prototypes */
157
158#ifdef __cplusplus
159}
160#endif
161
162#endif /* __windows_system_h__ */
Note: See TracBrowser for help on using the repository browser.