home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / winbase / cluster / smbsmp / smbsmpex / extobjid.idl < prev    next >
Encoding:
Text File  |  1997-07-29  |  954 b   |  45 lines

  1. /////////////////////////////////////////////////////////////////////////////
  2. //
  3. //    Copyright (c) 1997 <company name>
  4. //
  5. //    Module Name:
  6. //        ExtObjID.idl
  7. //
  8. //    Abstract:
  9. //        Definition of COM interfaces for the Cluster Administrator
  10. //        SmbSmpEx Extension DLL.
  11. //
  12. //    Author:
  13. //        <name> (<e-mail name>) Mmmm DD, 1997
  14. //
  15. //    Revision History:
  16. //
  17. //    Notes:
  18. //
  19. /////////////////////////////////////////////////////////////////////////////
  20.  
  21. // This file will be processed by the MIDL tool to
  22. // produce the type library (ExtObj.tlb) and marshalling code.
  23.  
  24. [
  25.     uuid(6F7AB790-E86B-11D0-85CE-00A0C9055DA4),
  26.     version(1.0),
  27.     helpstring("SmbSmpEx 1.0 Type Library")
  28. ]
  29. library CLUADMEXLib
  30. {
  31.     importlib("stdole2.tlb");
  32.     import "cluadmex.idl";
  33.  
  34.     [
  35.         uuid(6F7AB791-E86B-11D0-85CE-00A0C9055DA4),
  36.         helpstring("CoSmbSmpEx Class")
  37.     ]
  38.     coclass CoSmbSmpEx
  39.     {
  40.         interface IWEExtendPropertySheet;
  41.         interface IWEExtendWizard;
  42.     };
  43.  
  44. };
  45.