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

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