home *** CD-ROM | disk | FTP | other *** search
INI File | 1998-06-16 | 543 b | 27 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]
- [!if=(HTMLControl, "TRUE")]
- interface [!InterfaceName]UI;
- [!endif]
- };
-