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:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1998-06-16
|
327 b
|
18 lines
[
object,
uuid([!InterfaceGUID]),
dual,
helpstring("[!InterfaceName] Interface"),
pointer_default(unique)
]
interface [!InterfaceName] : IDispatch
{
[!if=(Toolbar, "TRUE")]
[!if!=(MethodName, "")]
[id(1)] HRESULT [!MethodName]();
[!else]
[id(1)] HRESULT SampleMethod();
[!endif]
[!endif]
};