|
|
|
| 1 |
|
|
| 2 |
|
|
| 3 |
|
/* this ALWAYS GENERATED file contains the definitions for the interfaces */ |
| 4 |
|
|
| 5 |
|
|
| 6 |
|
/* File created by MIDL compiler version 7.00.0499 */ |
| 7 |
|
/* Compiler settings for regbag.idl: |
| 8 |
|
Oicf, W1, 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() |
| 14 |
|
*/ |
| 15 |
|
//@@MIDL_FILE_HEADING( ) |
| 16 |
|
|
| 17 |
|
#pragma warning( disable: 4049 ) /* more than 64k source lines */ |
| 18 |
|
|
| 19 |
|
|
| 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__ 500 |
| 23 |
|
#endif |
| 24 |
|
|
| 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 |
| 29 |
|
|
| 30 |
|
#include "rpc.h" |
| 31 |
|
#include "rpcndr.h" |
| 32 |
|
|
| 33 |
|
#ifndef __RPCNDR_H_VERSION__ |
| 34 |
|
#error this stub requires an updated version of <rpcndr.h> |
| 35 |
|
#endif // __RPCNDR_H_VERSION__ |
| 36 |
|
|
| 37 |
|
#ifndef COM_NO_WINDOWS_H |
| 38 |
|
#include "windows.h" |
| 39 |
|
#include "ole2.h" |
| 40 |
|
#endif /*COM_NO_WINDOWS_H*/ |
| 41 |
|
|
| 42 |
|
#ifndef __regbag_h__ |
| 43 |
|
#define __regbag_h__ |
| 44 |
|
|
| 45 |
|
#if defined(_MSC_VER) && (_MSC_VER >= 1020) |
| 46 |
|
#pragma once |
| 47 |
|
#endif |
| 48 |
|
|
| 49 |
|
/* Forward Declarations */ |
| 50 |
|
|
| 51 |
|
#ifndef __ICreatePropBagOnRegKey_FWD_DEFINED__ |
| 52 |
|
#define __ICreatePropBagOnRegKey_FWD_DEFINED__ |
| 53 |
|
typedef interface ICreatePropBagOnRegKey ICreatePropBagOnRegKey; |
| 54 |
|
#endif /* __ICreatePropBagOnRegKey_FWD_DEFINED__ */ |
| 55 |
|
|
| 56 |
|
|
| 57 |
|
/* header files for imported files */ |
| 58 |
|
#include "objidl.h" |
| 59 |
|
#include "oaidl.h" |
| 60 |
|
#include "ocidl.h" |
| 61 |
|
|
| 62 |
|
#ifdef __cplusplus |
| 63 |
|
extern "C"{ |
| 64 |
|
#endif |
| 65 |
|
|
| 66 |
|
|
| 67 |
|
/* interface __MIDL_itf_regbag_0000_0000 */ |
| 68 |
|
/* [local] */ |
| 69 |
|
|
| 70 |
|
//+------------------------------------------------------------------------- |
| 71 |
|
// |
| 72 |
|
// Microsoft Windows |
| 73 |
|
// Copyright (C) Microsoft Corporation, 1999-2000. |
| 74 |
|
// |
| 75 |
|
//-------------------------------------------------------------------------- |
| 76 |
|
#pragma once |
| 77 |
|
|
| 78 |
|
|
| 79 |
|
extern RPC_IF_HANDLE __MIDL_itf_regbag_0000_0000_v0_0_c_ifspec; |
| 80 |
|
extern RPC_IF_HANDLE __MIDL_itf_regbag_0000_0000_v0_0_s_ifspec; |
| 81 |
|
|
| 82 |
|
#ifndef __ICreatePropBagOnRegKey_INTERFACE_DEFINED__ |
| 83 |
|
#define __ICreatePropBagOnRegKey_INTERFACE_DEFINED__ |
| 84 |
|
|
| 85 |
|
/* interface ICreatePropBagOnRegKey */ |
| 86 |
|
/* [local][unique][helpstring][uuid][restricted][hidden][object] */ |
| 87 |
|
|
| 88 |
|
|
| 89 |
|
EXTERN_C const IID IID_ICreatePropBagOnRegKey; |
| 90 |
|
|
| 91 |
|
#if defined(__cplusplus) && !defined(CINTERFACE) |
| 92 |
|
|
| 93 |
|
MIDL_INTERFACE("8A674B48-1F63-11d3-B64C-00C04F79498E") |
| 94 |
|
ICreatePropBagOnRegKey : public IUnknown |
| 95 |
|
{ |
| 96 |
|
public: |
| 97 |
|
virtual HRESULT STDMETHODCALLTYPE Create( |
| 108 |
|
|
| 109 |
|
typedef struct ICreatePropBagOnRegKeyVtbl |
| 110 |
|
{ |
| 111 |
|
BEGIN_INTERFACE |
| 112 |
|
|
| 113 |
|
HRESULT ( STDMETHODCALLTYPE *QueryInterface )( |
| 114 |
|
ICreatePropBagOnRegKey * This, |
| 115 |
|
/* [in] */ REFIID riid, |
| 116 |
|
/* [iid_is][out] */ |
| 117 |
|
__RPC__deref_out void **ppvObject); |
| 118 |
|
|
| 119 |
|
ULONG ( STDMETHODCALLTYPE *AddRef )( |
| 120 |
|
ICreatePropBagOnRegKey * This); |
| 121 |
|
|
| 122 |
|
ULONG ( STDMETHODCALLTYPE *Release )( |
| 123 |
|
ICreatePropBagOnRegKey * This); |
| 124 |
|
|
| 125 |
|
HRESULT ( STDMETHODCALLTYPE *Create )( |
| 126 |
|
ICreatePropBagOnRegKey * This, |
| 127 |
|
/* [in] */ HKEY hkey, |
| 128 |
|
/* [in] */ LPCOLESTR subkey, |
| 129 |
|
/* [in] */ DWORD ulOptions, |
| 130 |
|
/* [in] */ DWORD samDesired, |
| 131 |
|
REFIID iid, |
| 132 |
|
/* [out] */ LPVOID *ppBag); |
| 133 |
|
|
| 134 |
|
END_INTERFACE |
| 135 |
|
} ICreatePropBagOnRegKeyVtbl; |
| 136 |
|
|
| 137 |
|
interface ICreatePropBagOnRegKey |
| 138 |
|
{ |
| 139 |
|
CONST_VTBL struct ICreatePropBagOnRegKeyVtbl *lpVtbl; |
| 140 |
|
}; |
| 141 |
|
|
| 142 |
|
|
| 143 |
|
|
| 144 |
|
#ifdef COBJMACROS |
| 145 |
|
|
| 146 |
|
|
| 147 |
|
#define ICreatePropBagOnRegKey_QueryInterface(This,riid,ppvObject) \ |
| 148 |
|
( (This)->lpVtbl -> QueryInterface(This,riid,ppvObject) ) |
| 149 |
|
|
| 150 |
|
#define ICreatePropBagOnRegKey_AddRef(This) \ |
| 151 |
|
( (This)->lpVtbl -> AddRef(This) ) |
| 152 |
|
|
| 153 |
|
#define ICreatePropBagOnRegKey_Release(This) \ |
| 154 |
|
( (This)->lpVtbl -> Release(This) ) |
| 155 |
|
|
| 156 |
|
|
| 157 |
|
#define ICreatePropBagOnRegKey_Create(This,hkey,subkey,ulOptions,samDesired,iid,ppBag) \ |
| 158 |
|
( (This)->lpVtbl -> Create(This,hkey,subkey,ulOptions,samDesired,iid,ppBag) ) |
| 159 |
|
|
| 160 |
|
#endif /* COBJMACROS */ |
| 161 |
|
|
| 162 |
|
|
| 163 |
|
#endif /* C style interface */ |
| 164 |
|
|
| 165 |
|
|
| 166 |
|
|
| 167 |
|
|
| 168 |
|
#endif /* __ICreatePropBagOnRegKey_INTERFACE_DEFINED__ */ |
| 169 |
|
|
| 170 |
|
|
| 171 |
|
/* Additional Prototypes for ALL interfaces */ |
| 172 |
|
|
| 173 |
|
/* end of Additional Prototypes */ |
| 174 |
|
|
| 175 |
|
#ifdef __cplusplus |
| 176 |
|
} |
| 177 |
|
#endif |
| 178 |
|
|
| 179 |
|
#endif |
| 180 |
|
|
| 181 |
|
|
| 182 |
|
|
| 183 |
|
|
|
|
|