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

  1.     [
  2.         object,
  3.         uuid([!InterfaceGUID]),
  4.     [!if=(Dual, "TRUE")]    dual,[!endif]
  5.         helpstring("[!InterfaceName] Interface"),
  6.         pointer_default(unique)
  7.     ]
  8.     interface [!InterfaceName] : [!if=(Dual, "TRUE")]IDispatch[!else]IUnknown[!endif]
  9.     {
  10. [!if=(OnStartPage, "TRUE")]
  11.         //Standard Server Side Component Methods
  12.         HRESULT OnStartPage([in] IUnknown* piUnk);
  13.         HRESULT OnEndPage();    
  14. [!endif]
  15.     };
  16.