ITcEvent
The interface ITcEvent gives access to the properties of one alarm. The interface derives from IDispatch so that it could be used by all languages that support COM automation interfaces. IDispatch itself derives from IUnknown.
IUnknown Methods | Description |
---|---|
QueryInterface | returns a pointer to the interface you query for |
AddRef | Increments the reference counter |
Release | Decrements the reference counter |
IDispatch Methods | Description |
---|---|
GetIDsOfNames | Maps a single member name and an optional set of parameter names to a corresponding set of integer dispatch identifiers (DISPIDs), which can then be used on subsequent calls to IDispatch::Invoke. |
GetTypeInfo | Retrieves the type information for an object. |
GetTypeInfoCount | Retrieves the number of type information interfaces that an object provides, either 0 or 1. |
Invoke | Provides access to properties and methods exposed by an object. |
ITcEvent Methods | Description |
---|---|
returns the formatted message string for the requested language | |
returns the event id. | |
returns the id of the event source | |
returns the invoke id | |
returns the event class | |
returns the event priority | |
returns the event flags | |
returns the millisecond part of the event date | |
returns the name of the event source for the requested language | |
returns the ProgId of the event formatter. | |
returns the event date and time | |
returns the event data parameters | |
returns the event header as safearray | |
confirms the alarm | |
resets the alarm | |
returns the event state. | |
returns if the alarm must be confirmed | |
returns the date and time of the confirmation | |
returns the millisecond part of confirmation time | |
returns the date and time when the event was reset | |
returns the millisecond part of reset time | |
returns the user data | |
returns an enumeration object that can be used to enumerated through the list of document links. | |
TcId | not implemented |
signals the alarm |