source: Daodan/MSYS2/mingw32/i686-w64-mingw32/include/tlbref.idl@ 1181

Last change on this file since 1181 was 1166, checked in by rossy, 3 years ago

Daodan: Replace MinGW build env with an up-to-date MSYS2 env

File size: 969 bytes
Line 
1cpp_quote("/**")
2cpp_quote(" * This file is part of the mingw-w64 runtime package.")
3cpp_quote(" * No warranty is given; refer to the file DISCLAIMER within this package.")
4cpp_quote(" */")
5cpp_quote("")
6
7import "oaidl.idl";
8
9cpp_quote("#include <winapifamily.h>")
10cpp_quote("#if WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP)")
11
12[object, uuid (8f026edb-785e-4470-A8E1-B4E84E9D1779), pointer_default (unique)]
13interface ITypeLibResolver : IUnknown {
14 HRESULT ResolveTypeLib ([in] BSTR bstrSimpleName,[in] GUID tlbid,[in] LCID lcid,[in] USHORT wMajorVersion,[in] USHORT wMinorVersion,[in] SYSKIND syskind,[out] BSTR *pbstrResolvedTlbName);
15};
16
17cpp_quote("STDAPI LoadTypeLibWithResolver (LPCOLESTR szFile, REGKIND regkind, ITypeLibResolver *pTlbResolver, ITypeLib **pptlib);")
18cpp_quote("STDAPI GetTypeLibInfo (LPWSTR szFile, GUID *pTypeLibID, LCID *pTypeLibLCID, SYSKIND *pTypeLibPlatform, USHORT *pTypeLibMajorVer, USHORT *pTypeLibMinorVer);")
19
20cpp_quote("#endif")
Note: See TracBrowser for help on using the repository browser.