/usr/include/wine/windows/mmc.h is in wine1.6-dev 1:1.6.2-0ubuntu14.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 | /*** Autogenerated by WIDL 1.6.2 from mmc.idl - Do not edit ***/
#ifndef __REQUIRED_RPCNDR_H_VERSION__
#define __REQUIRED_RPCNDR_H_VERSION__ 475
#endif
#include <rpc.h>
#include <rpcndr.h>
#ifndef COM_NO_WINDOWS_H
#include <windows.h>
#include <ole2.h>
#endif
#ifndef __mmc_h__
#define __mmc_h__
/* Forward declarations */
#ifndef __IMMCVersionInfo_FWD_DEFINED__
#define __IMMCVersionInfo_FWD_DEFINED__
typedef interface IMMCVersionInfo IMMCVersionInfo;
#endif
#ifndef __MMCVersionInfo_FWD_DEFINED__
#define __MMCVersionInfo_FWD_DEFINED__
#ifdef __cplusplus
typedef class MMCVersionInfo MMCVersionInfo;
#else
typedef struct MMCVersionInfo MMCVersionInfo;
#endif /* defined __cplusplus */
#endif /* defined __MMCVersionInfo_FWD_DEFINED__ */
/* Headers for imported files */
#include <basetsd.h>
#include <oaidl.h>
#ifdef __cplusplus
extern "C" {
#endif
/*****************************************************************************
* IMMCVersionInfo interface
*/
#ifndef __IMMCVersionInfo_INTERFACE_DEFINED__
#define __IMMCVersionInfo_INTERFACE_DEFINED__
DEFINE_GUID(IID_IMMCVersionInfo, 0xa8d2c5fe, 0xcdcb, 0x4b9d, 0xbd,0xe5, 0xa2,0x73,0x43,0xff,0x54,0xbc);
#if defined(__cplusplus) && !defined(CINTERFACE)
MIDL_INTERFACE("a8d2c5fe-cdcb-4b9d-bde5-a27343ff54bc")
IMMCVersionInfo : public IUnknown
{
virtual HRESULT STDMETHODCALLTYPE GetMMCVersion(
LONG *pVersionMajor,
LONG *pVersionMinor) = 0;
};
#ifdef __CRT_UUID_DECL
__CRT_UUID_DECL(IMMCVersionInfo, 0xa8d2c5fe, 0xcdcb, 0x4b9d, 0xbd,0xe5, 0xa2,0x73,0x43,0xff,0x54,0xbc)
#endif
#else
typedef struct IMMCVersionInfoVtbl {
BEGIN_INTERFACE
/*** IUnknown methods ***/
HRESULT (STDMETHODCALLTYPE *QueryInterface)(
IMMCVersionInfo* This,
REFIID riid,
void **ppvObject);
ULONG (STDMETHODCALLTYPE *AddRef)(
IMMCVersionInfo* This);
ULONG (STDMETHODCALLTYPE *Release)(
IMMCVersionInfo* This);
/*** IMMCVersionInfo methods ***/
HRESULT (STDMETHODCALLTYPE *GetMMCVersion)(
IMMCVersionInfo* This,
LONG *pVersionMajor,
LONG *pVersionMinor);
END_INTERFACE
} IMMCVersionInfoVtbl;
interface IMMCVersionInfo {
CONST_VTBL IMMCVersionInfoVtbl* lpVtbl;
};
#ifdef COBJMACROS
#ifndef WIDL_C_INLINE_WRAPPERS
/*** IUnknown methods ***/
#define IMMCVersionInfo_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject)
#define IMMCVersionInfo_AddRef(This) (This)->lpVtbl->AddRef(This)
#define IMMCVersionInfo_Release(This) (This)->lpVtbl->Release(This)
/*** IMMCVersionInfo methods ***/
#define IMMCVersionInfo_GetMMCVersion(This,pVersionMajor,pVersionMinor) (This)->lpVtbl->GetMMCVersion(This,pVersionMajor,pVersionMinor)
#else
/*** IUnknown methods ***/
static FORCEINLINE HRESULT IMMCVersionInfo_QueryInterface(IMMCVersionInfo* This,REFIID riid,void **ppvObject) {
return This->lpVtbl->QueryInterface(This,riid,ppvObject);
}
static FORCEINLINE ULONG IMMCVersionInfo_AddRef(IMMCVersionInfo* This) {
return This->lpVtbl->AddRef(This);
}
static FORCEINLINE ULONG IMMCVersionInfo_Release(IMMCVersionInfo* This) {
return This->lpVtbl->Release(This);
}
/*** IMMCVersionInfo methods ***/
static FORCEINLINE HRESULT IMMCVersionInfo_GetMMCVersion(IMMCVersionInfo* This,LONG *pVersionMajor,LONG *pVersionMinor) {
return This->lpVtbl->GetMMCVersion(This,pVersionMajor,pVersionMinor);
}
#endif
#endif
#endif
HRESULT STDMETHODCALLTYPE IMMCVersionInfo_GetMMCVersion_Proxy(
IMMCVersionInfo* This,
LONG *pVersionMajor,
LONG *pVersionMinor);
void __RPC_STUB IMMCVersionInfo_GetMMCVersion_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
#endif /* __IMMCVersionInfo_INTERFACE_DEFINED__ */
DEFINE_GUID(LIBID_MMCVersionLib, 0x9eecdd85, 0xb715, 0x4188, 0x8a,0x72, 0x61,0x15,0x9a,0xbd,0xb8,0xc4);
/*****************************************************************************
* MMCVersionInfo coclass
*/
DEFINE_GUID(CLSID_MMCVersionInfo, 0xd6fedb1d, 0xcf21, 0x4bd9, 0xaf,0x3b, 0xc5,0x46,0x8e,0x9c,0x66,0x84);
#ifdef __cplusplus
class DECLSPEC_UUID("d6fedb1d-cf21-4bd9-af3b-c5468e9c6684") MMCVersionInfo;
#ifdef __CRT_UUID_DECL
__CRT_UUID_DECL(MMCVersionInfo, 0xd6fedb1d, 0xcf21, 0x4bd9, 0xaf,0x3b, 0xc5,0x46,0x8e,0x9c,0x66,0x84)
#endif
#endif
/* Begin additional prototypes for all interfaces */
/* End additional prototypes */
#ifdef __cplusplus
}
#endif
#endif /* __mmc_h__ */
|