ITcEventLogC
The ITcEventLogC is an interface of the main class of the TcEventLogger. The interface provides the features add new alarms. The interface derives from IUnknown so that it could be used by all languages that support COM custom interfaces.
IUnknown Methods | Description |
---|---|
QueryInterface | returns a pointer to the interface you query for |
AddRef | Increment the reference counter |
Release | Decrements the reference counter |
ITcEventLogC Methods | Description |
---|---|
This method is used to issue a new event from the client. | |
EnumEventSources | Deprecated. Was used on the deprecated structured storage based formatter to loop through the list of event source storages. |
OpenEventSource | Deprecated. Was used on the deprecated structured storage-based formatter to return one particular event source storages. |