home *** CD-ROM | disk | FTP | other *** search
/ ActiveX Programming Unleashed CD / AXU.iso / source / chap04 / lst44 / lst44.idl < prev    next >
Encoding:
Text File  |  1996-09-26  |  604 b   |  27 lines

  1. // lst44.idl : IDL source for lst44.dll
  2. //
  3.  
  4. /////////////////////////////////////////////////////////////////////////
  5. // NOTE -- Make sure and edit the lst44.odl file as well when you make 
  6. // changes to this file
  7. /////////////////////////////////////////////////////////////////////////
  8.  
  9. // This file will be processed by the MIDL tool to
  10. // produce the marshalling code.
  11.  
  12.     [
  13.         object,
  14.         uuid(C566CC21-182E-11D0-A6AD-00AA00602553),
  15.         pointer_default(unique)
  16.     ]
  17.     interface ILst44 : IDispatch
  18.     {
  19.         import "oaidl.idl";
  20.  
  21.         HRESULT GetMachineName([out,retval] BSTR *retval);
  22.     }
  23.  
  24.  
  25.  
  26.  
  27.