regbag.h
上传用户:dzyhzl
上传日期:2019-04-29
资源大小:56270k
文件大小:5k
源码类别:

模拟服务器

开发平台:

C/C++

  1. #pragma warning( disable: 4049 )  /* more than 64k source lines */
  2. /* this ALWAYS GENERATED file contains the definitions for the interfaces */
  3.  /* File created by MIDL compiler version 6.00.0347 */
  4. /* Compiler settings for regbag.idl:
  5.     Oicf, W1, Zp8, env=Win32 (32b run)
  6.     protocol : dce , ms_ext, c_ext, robust
  7.     error checks: allocation ref bounds_check enum stub_data 
  8.     VC __declspec() decoration level: 
  9.          __declspec(uuid()), __declspec(selectany), __declspec(novtable)
  10.          DECLSPEC_UUID(), MIDL_INTERFACE()
  11. */
  12. //@@MIDL_FILE_HEADING(  )
  13. /* verify that the <rpcndr.h> version is high enough to compile this file*/
  14. #ifndef __REQUIRED_RPCNDR_H_VERSION__
  15. #define __REQUIRED_RPCNDR_H_VERSION__ 475
  16. #endif
  17. #include "rpc.h"
  18. #include "rpcndr.h"
  19. #ifndef __RPCNDR_H_VERSION__
  20. #error this stub requires an updated version of <rpcndr.h>
  21. #endif // __RPCNDR_H_VERSION__
  22. #ifndef COM_NO_WINDOWS_H
  23. #include "windows.h"
  24. #include "ole2.h"
  25. #endif /*COM_NO_WINDOWS_H*/
  26. #ifndef __regbag_h__
  27. #define __regbag_h__
  28. #if defined(_MSC_VER) && (_MSC_VER >= 1020)
  29. #pragma once
  30. #endif
  31. /* Forward Declarations */ 
  32. #ifndef __ICreatePropBagOnRegKey_FWD_DEFINED__
  33. #define __ICreatePropBagOnRegKey_FWD_DEFINED__
  34. typedef interface ICreatePropBagOnRegKey ICreatePropBagOnRegKey;
  35. #endif  /* __ICreatePropBagOnRegKey_FWD_DEFINED__ */
  36. /* header files for imported files */
  37. #include "objidl.h"
  38. #include "oaidl.h"
  39. #include "ocidl.h"
  40. #ifdef __cplusplus
  41. extern "C"{
  42. #endif 
  43. void * __RPC_USER MIDL_user_allocate(size_t);
  44. void __RPC_USER MIDL_user_free( void * ); 
  45. /* interface __MIDL_itf_regbag_0000 */
  46. /* [local] */ 
  47. //+-------------------------------------------------------------------------
  48. //
  49. //  Microsoft Windows
  50. //  Copyright (C) Microsoft Corporation, 1999-2000.
  51. //
  52. //--------------------------------------------------------------------------
  53. #pragma once
  54. extern RPC_IF_HANDLE __MIDL_itf_regbag_0000_v0_0_c_ifspec;
  55. extern RPC_IF_HANDLE __MIDL_itf_regbag_0000_v0_0_s_ifspec;
  56. #ifndef __ICreatePropBagOnRegKey_INTERFACE_DEFINED__
  57. #define __ICreatePropBagOnRegKey_INTERFACE_DEFINED__
  58. /* interface ICreatePropBagOnRegKey */
  59. /* [local][unique][helpstring][uuid][restricted][hidden][object] */ 
  60. EXTERN_C const IID IID_ICreatePropBagOnRegKey;
  61. #if defined(__cplusplus) && !defined(CINTERFACE)
  62.     
  63.     MIDL_INTERFACE("8A674B48-1F63-11d3-B64C-00C04F79498E")
  64.     ICreatePropBagOnRegKey : public IUnknown
  65.     {
  66.     public:
  67.         virtual HRESULT STDMETHODCALLTYPE Create( 
  68.             /* [in] */ HKEY hkey,
  69.             /* [in] */ LPCOLESTR subkey,
  70.             /* [in] */ DWORD ulOptions,
  71.             /* [in] */ DWORD samDesired,
  72.             REFIID iid,
  73.             /* [out] */ LPVOID *ppBag) = 0;
  74.         
  75.     };
  76.     
  77. #else  /* C style interface */
  78.     typedef struct ICreatePropBagOnRegKeyVtbl
  79.     {
  80.         BEGIN_INTERFACE
  81.         
  82.         HRESULT ( STDMETHODCALLTYPE *QueryInterface )( 
  83.             ICreatePropBagOnRegKey * This,
  84.             /* [in] */ REFIID riid,
  85.             /* [iid_is][out] */ void **ppvObject);
  86.         
  87.         ULONG ( STDMETHODCALLTYPE *AddRef )( 
  88.             ICreatePropBagOnRegKey * This);
  89.         
  90.         ULONG ( STDMETHODCALLTYPE *Release )( 
  91.             ICreatePropBagOnRegKey * This);
  92.         
  93.         HRESULT ( STDMETHODCALLTYPE *Create )( 
  94.             ICreatePropBagOnRegKey * This,
  95.             /* [in] */ HKEY hkey,
  96.             /* [in] */ LPCOLESTR subkey,
  97.             /* [in] */ DWORD ulOptions,
  98.             /* [in] */ DWORD samDesired,
  99.             REFIID iid,
  100.             /* [out] */ LPVOID *ppBag);
  101.         
  102.         END_INTERFACE
  103.     } ICreatePropBagOnRegKeyVtbl;
  104.     interface ICreatePropBagOnRegKey
  105.     {
  106.         CONST_VTBL struct ICreatePropBagOnRegKeyVtbl *lpVtbl;
  107.     };
  108.     
  109. #ifdef COBJMACROS
  110. #define ICreatePropBagOnRegKey_QueryInterface(This,riid,ppvObject)
  111.     (This)->lpVtbl -> QueryInterface(This,riid,ppvObject)
  112. #define ICreatePropBagOnRegKey_AddRef(This)
  113.     (This)->lpVtbl -> AddRef(This)
  114. #define ICreatePropBagOnRegKey_Release(This)
  115.     (This)->lpVtbl -> Release(This)
  116. #define ICreatePropBagOnRegKey_Create(This,hkey,subkey,ulOptions,samDesired,iid,ppBag)
  117.     (This)->lpVtbl -> Create(This,hkey,subkey,ulOptions,samDesired,iid,ppBag)
  118. #endif /* COBJMACROS */
  119. #endif  /* C style interface */
  120. HRESULT STDMETHODCALLTYPE ICreatePropBagOnRegKey_Create_Proxy( 
  121.     ICreatePropBagOnRegKey * This,
  122.     /* [in] */ HKEY hkey,
  123.     /* [in] */ LPCOLESTR subkey,
  124.     /* [in] */ DWORD ulOptions,
  125.     /* [in] */ DWORD samDesired,
  126.     REFIID iid,
  127.     /* [out] */ LPVOID *ppBag);
  128. void __RPC_STUB ICreatePropBagOnRegKey_Create_Stub(
  129.     IRpcStubBuffer *This,
  130.     IRpcChannelBuffer *_pRpcChannelBuffer,
  131.     PRPC_MESSAGE _pRpcMessage,
  132.     DWORD *_pdwStubPhase);
  133. #endif  /* __ICreatePropBagOnRegKey_INTERFACE_DEFINED__ */
  134. /* Additional Prototypes for ALL interfaces */
  135. /* end of Additional Prototypes */
  136. #ifdef __cplusplus
  137. }
  138. #endif
  139. #endif