144
GetEventSchMinute ( EventId )
GetEventSchMinute ( EventId )
GetEventSchMinute ( EventId )
GetEventSchMinute ( EventId )
Returns the minute that the Event is to be triggered.
Syntax
HRESULT GetEventSchMinute(
[in] long EventId,
[out, retval] long* Minute
);
Parameters
EventId
[in] ID for the specified Event.
Minute
[out, retval] Integer representing the scheduled minute. Values range from 0 to 59.
Remarks
This function is valid only for Clock and Timer Events.
GetEventSchSecond ( EventId )
GetEventSchSecond ( EventId )
GetEventSchSecond ( EventId )
GetEventSchSecond ( EventId )
Returns the second that the Event is to be triggered.
Syntax
HRESULT GetEventSchSecond(
[in] long EventId,
[out, retval] long* Second
);
Parameters
EventId
[in] ID for the specified Event.
Second
[out, retval] Integer representing the scheduled second. Values range from 0 to 59.
Remarks
This function is valid only for Clock and Timer Events.
GetEventSource ( EventId )
GetEventSource ( EventId )
GetEventSource ( EventId )
GetEventSource ( EventId )
The port, Variable, or clock that is monitored by the specified Event
Syntax
HRESULT GetEventSource(
[in] long EventId,
[out, retval] BSTR* Source
);
Parameters
EventId
[in] ID for the specified Event.
Source
[out, retval] A string filled with the name of the Variable, port, or clock.