home *** CD-ROM | disk | FTP | other *** search
INI File | 1998-06-16 | 462 b | 25 lines |
- [!if=(ConnectionPointsEnabled, "TRUE")]
- [!crlf]
- [
- uuid([!InterfaceGUIDCP]),
- helpstring("_[!InterfaceName]Events Interface")
- ]
- dispinterface _[!InterfaceName]Events
- {
- properties:
- methods:
- };
- [!endif]
- [!crlf]
- [
- uuid([!ObjectGUID]),
- helpstring("[!TypeName]")
- ]
- coclass [!CoClassName]
- {
- interface IUnknown;
- [!if=(ConnectionPointsEnabled, "TRUE")]
- [default, source] dispinterface _[!InterfaceName]Events;
- [!endif]
- };
-