2 * Copyright 2017 Nikolay Sivov
4 * This library is free software; you can redistribute it and/or
5 * modify it under the terms of the GNU Lesser General Public
6 * License as published by the Free Software Foundation; either
7 * version 2.1 of the License, or (at your option) any later version.
9 * This library is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12 * Lesser General Public License for more details.
14 * You should have received a copy of the GNU Lesser General Public
15 * License along with this library; if not, write to the Free Software
16 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
19 #pragma makedep regtypelib
20 #pragma makedep header
27 uuid(06290c00
-48aa
-11d2
-8432-006008c3fbfc
),
32 importlib
("stdole2.tlb");
35 uuid(2de0a190
-a1a4
-11d1
-b382
-00a0c911e8b2
),
39 interface IGenScriptletTLib
: IDispatch
42 HRESULT AddURL
([in] BSTR url
);
45 HRESULT Path
([in] BSTR path
);
48 HRESULT Path
([out, retval] BSTR *path
);
51 HRESULT Doc
([in] BSTR doc
);
54 HRESULT Doc
([out, retval] BSTR *doc
);
57 HRESULT Name
([in] BSTR name
);
60 HRESULT Name
([out, retval] BSTR *name
);
63 HRESULT MajorVersion
([in] WORD
version);
66 HRESULT MajorVersion
([out, retval] WORD
*version);
69 HRESULT MinorVersion
([in] WORD
version);
72 HRESULT MinorVersion
([out, retval] WORD
*version);
81 HRESULT GUID
([in] BSTR guid
);
84 HRESULT GUID
([out, retval] BSTR *guid
);
88 uuid(06290bd5
-48aa
-11d2
-8432-006008c3fbfc
),
91 progid
("Scriptlet.TypeLib")
95 [default] interface IGenScriptletTLib
;