wine-wine/include/cor.idl

31 lines
1.3 KiB
Plaintext
Raw Normal View History

/*
* Copyright (C) 2007 Francois Gouget
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
2010-10-05 16:54:13 +00:00
cpp_quote("#include <ole2.h>")
/* FIXME: #include "specstrings.h" */
/* FIXME: #include "corerror.h" */
/* FIXME: #include "corhdr.h" */
2010-10-05 16:54:13 +00:00
cpp_quote("BOOL WINAPI _CorDllMain(HINSTANCE,DWORD,LPVOID);")
cpp_quote("__int32 WINAPI _CorExeMain(void);")
cpp_quote("__int32 WINAPI _CorExeMain2(PBYTE,DWORD,LPWSTR,LPWSTR,LPWSTR);")
cpp_quote("VOID WINAPI _CorImageUnloading(PVOID);")
cpp_quote("HRESULT WINAPI _CorValidateImage(PVOID*,LPCWSTR);")
cpp_quote("HRESULT WINAPI CoInitializeCor(DWORD);")
cpp_quote("void WINAPI CoUninitializeCor(void);")