home *** CD-ROM | disk | FTP | other *** search
- // lst44.idl : IDL source for lst44.dll
- //
-
- /////////////////////////////////////////////////////////////////////////
- // NOTE -- Make sure and edit the lst44.odl file as well when you make
- // changes to this file
- /////////////////////////////////////////////////////////////////////////
-
- // This file will be processed by the MIDL tool to
- // produce the marshalling code.
-
- [
- object,
- uuid(C566CC21-182E-11D0-A6AD-00AA00602553),
- pointer_default(unique)
- ]
- interface ILst44 : IDispatch
- {
- import "oaidl.idl";
-
- HRESULT GetMachineName([out,retval] BSTR *retval);
- }
-
-
-
-
-