home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Tricks of the Windows Gam…ming Gurus (2nd Edition)
/
Disc2.iso
/
common
/
msdev98
/
template
/
atl
/
objco.idl
< prev
next >
Wrap
INI File
|
1998-06-16
|
471b
|
24 lines
[!if=(ConnectionPointsEnabled, "TRUE")]
[
uuid([!InterfaceGUIDCP]),
helpstring("_[!InterfaceName]Events Interface")
]
dispinterface _[!InterfaceName]Events
{
properties:
methods:
};
[!crlf]
[!endif]
[
uuid([!ObjectGUID]),
helpstring("[!TypeName]")
]
coclass [!CoClassName]
{
[default] interface [!InterfaceName];
[!if=(ConnectionPointsEnabled, "TRUE")]
[default, source] dispinterface _[!InterfaceName]Events;
[!endif]
};