home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / vcoledb / consumer / multiread / multiread.idl < prev    next >
Text File  |  1998-03-26  |  419b  |  21 lines

  1. // MultiRead.idl : IDL source for MultiRead.dll
  2. //
  3.  
  4. // This file will be processed by the MIDL tool to
  5. // produce the type library (MultiRead.tlb) and marshalling code.
  6.  
  7. import "oaidl.idl";
  8. import "ocidl.idl";
  9.  
  10. [
  11.     uuid(186F6FA3-7435-11D1-8F0F-000000000000),
  12.     version(1.0),
  13.     helpstring("MultiRead 1.0 Type Library")
  14. ]
  15. library MULTIREADLib
  16. {
  17.     importlib("stdole32.tlb");
  18.     importlib("stdole2.tlb");
  19.  
  20. };
  21.