home *** CD-ROM | disk | FTP | other *** search
- // lst44.odl : type library source for lst44.dll
- //
-
- /////////////////////////////////////////////////////////////////////////
- // NOTE -- Make sure and edit the lst44.idl file as well when you make
- // changes to this file
- /////////////////////////////////////////////////////////////////////////
-
- // This file will be processed by the Make Type Library (mktyplib) tool to
- // produce the type library (lst44.tlb).
-
- [
- uuid(C566CC20-182E-11D0-A6AD-00AA00602553),
- version(1.0),
- helpstring("lst44 1.0 Type Library")
- ]
- library LST44Lib
- {
- importlib("stdole32.tlb");
-
- [
- uuid(C566CC21-182E-11D0-A6AD-00AA00602553),
- dual,
- helpstring("ILst44 Interface"),
- ]
- interface ILst44 : IDispatch
- {
- HRESULT GetMachineName([out,retval] BSTR *retval);
- };
-
-
-
- [
- uuid(C566CC25-182E-11D0-A6AD-00AA00602553),
- helpstring("Lst44 Class")
- ]
- coclass Lst44
- {
- [default] interface ILst44;
- };
-
-
- };
-