home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / common / msdev98 / template / atl / snapin.idl < prev    next >
Encoding:
Text File  |  1998-06-16  |  310 b   |  19 lines

  1.     [
  2.         uuid([!SnapInGUID]),
  3.         helpstring("[!TypeName]")
  4.     ]
  5.     coclass [!CoClassName]
  6.     {
  7.         [default] interface IUnknown;
  8.     }
  9. [!if=(ISnapinAbout, "TRUE")]
  10.     [
  11.         uuid([!SnapInAboutGUID]),
  12.         helpstring("[!TypeName] About")
  13.     ]
  14.     coclass [!CoClassName]About
  15.     {
  16.         [default] interface IUnknown;
  17.     }
  18. [!endif]
  19.