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

  1.     [
  2.         object,
  3.         uuid([!InterfaceGUID]),
  4.         dual,
  5.         helpstring("[!InterfaceName] Interface"),
  6.         pointer_default(unique)
  7.     ]
  8.     interface [!InterfaceName] : IDispatch
  9.     {
  10. [!if=(Toolbar, "TRUE")]
  11. [!if!=(MethodName, "")]
  12.         [id(1)] HRESULT [!MethodName]();
  13. [!else]
  14.         [id(1)] HRESULT SampleMethod();
  15. [!endif]
  16. [!endif]
  17.     };
  18.