/usr/include/wine/windows/mmc.h is in wine1.4-dev 1.4-0ubuntu4.
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 | /*** Autogenerated by WIDL 1.4 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 __WIDL_MMC_H
#define __WIDL_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__
typedef struct MMCVersionInfo MMCVersionInfo;
#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
/*** 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)
#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 /* __WIDL_MMC_H */
|