home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Tricks of the Windows Gam…ming Gurus (2nd Edition)
/
Disc2.iso
/
common
/
msdev98
/
template
/
atl
/
snapin.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
|
310 b
|
19 lines
[
uuid([!SnapInGUID]),
helpstring("[!TypeName]")
]
coclass [!CoClassName]
{
[default] interface IUnknown;
}
[!if=(ISnapinAbout, "TRUE")]
[
uuid([!SnapInAboutGUID]),
helpstring("[!TypeName] About")
]
coclass [!CoClassName]About
{
[default] interface IUnknown;
}
[!endif]