
74
MoveActionByIdx ( EventId, Idx, Where )
Changes the order of execution for the Actions under the specified Event.
Syntax
HRESULT MoveActionByIdx(
[in] long EventId,
[in] long Idx,
[in] long Where,
[out, retval] VARIANT_BOOL* Success
);
Parameters
EventId
[in] ID of specified event.
Idx
[in] Index number for the Action of interest
Where
[in] Direction to move the Action in the execution order. To move the Action up (execute earlier) pass 0. To move it
down, pass 1.
Success
[out, retval] TRUE if the events are successfully sorted, FALSE if sorting the events failed.
Remarks
If
Where == 0
, and the Action is already at the top of the execution list (
Idx == 0
), then the function returns an error.
Similarly, if
Where == 1
and the Action is at the bottom of the list, then an error is returned.
GetActionName ( ActionId )
Returns the name of an Action, specified by its ID.
Syntax
HRESULT GetActionName(
[in] long ActionId,
[out, retval] BSTR* Name
);
Parameters
ActionId
[in] ID for specified action.
Name
[out, retval] Name of the specified Action.
GetActionType ( ActionId )
Returns the type of an Action, specified by its ID.
Syntax
HRESULT GetActionType(
[in] long ActionId,
[out, retval] long* Type
);
Parameters
ActionId
[in] ID for specified action.
Type
[out, retval] Type of the specified action.
Содержание CRM-WIC
Страница 1: ...Reference Manual Programming Guide Room Monitor Web Intelligent Controller Model CRM WIC...
Страница 7: ...7 Box Contents Box Contents for the CRM WIC Web Intelligent Controller Model CRMWIC Power Adapter...
Страница 8: ...8 Hardware User Interface Hardware User Interface for the CRM WIC...
Страница 16: ...16 For full details see the RPC section at the end of this manual...
Страница 43: ...43 This expression resolves to this value 0 1 4 3 1 Hello Hello 0...
Страница 98: ...98 Index...