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

  1. [!if=(ConnectionPointsEnabled, "TRUE")]
  2.     [
  3.         uuid([!InterfaceGUIDCP]),
  4.         helpstring("_[!InterfaceName]Events Interface")
  5.     ]
  6.     dispinterface _[!InterfaceName]Events
  7.     {
  8.         properties:
  9.         methods:
  10.     };
  11. [!crlf]
  12. [!endif]
  13.     [
  14.         uuid([!ObjectGUID]),
  15.         helpstring("[!TypeName]")
  16.     ]
  17.     coclass [!CoClassName]
  18.     {
  19.         [default] interface [!InterfaceName];
  20. [!if=(ConnectionPointsEnabled, "TRUE")]
  21.         [default, source] dispinterface _[!InterfaceName]Events;
  22. [!endif]
  23.     };
  24.