73
Action Methods
GetActionByIdx ( EventId, Idx )
Returns the Action ID for a specified Event ID and Action index number.
Syntax
HRESULT GetActionByIdx(
[in] long EventId,
[in] long Idx,
[out, retval] long* ActionId
);
Parameters
EventId
[in] ID of the Event that contains the Action.
Idx
[in] Index number for the Action.
ActionId
[out, retval] Returned ID of the specified Action.
Remarks
Use this function to get the list of Actions associated with a particular Event. Each Event can contain up to 16 Actions.
GetActionByName ( EventId, Name )
Returns the Action ID for a specified Event ID and Action name.
Syntax
HRESULT GetActionByName(
[in] long EventId,
[in] BSTR Name,
[out, retval] long* ActionId
);
Parameters
EventId
[in] ID of specified event.
Name
[in] Name of the Action
ActionId
[out, retval] Action ID of the specified Action.
Remarks
The name comparison is case sensitive, and requires an exact match. Wild cards are not supported.
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...