58
GetEventIdxById ( EventId )
Returns the index into the Event list for an Event with a specified ID.
Syntax
HRESULT GetEventIdxById(
[in] long EventId,
[out, retval] long* Idx
);
Parameters
EventId
[in] ID for the specified event.
Idx
[out, retval] The index of the Event in the Event list.
Remarks
The index returned will be in the range
0
to
Count-1
, where
Count
is the value returned by
GetEventCount
.
-1
is returned if the Event with the specified ID is not found.
GetEventName ( EventId )
Returns the name of the Event with a specified ID.
Syntax
HRESULT GetEventName(
[in] long EventId,
[out, retval] BSTR* Name
);
Parameters
EventId
[in] ID for the specified event.
Idx
[out, retval] Name of the specified event.
GetEventType ( EventId )
Returns the type of the Event with a specified ID.
Syntax
HRESULT GetEventType(
[in] long EventId,
[out, retval] long* Type
);
Parameters
EventId
[in] ID for the specified event.
Type
[out, retval] Type of the specified event.
Summary of Contents for CRM-WIC
Page 1: ...Reference Manual Programming Guide Room Monitor Web Intelligent Controller Model CRM WIC...
Page 8: ...8 Hardware User Interface Hardware User Interface for the CRM WIC...
Page 16: ...16 For full details see the RPC section at the end of this manual...
Page 43: ...43 This expression resolves to this value 0 1 4 3 1 Hello Hello 0...
Page 98: ...98 Index...