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

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