175
Remarks
The group name is an arbitrary value, and is used only to help manage and sort Variables within the Event
Manager web pages.
SortVariables
SortVariables
SortVariables
SortVariables ( SortType, Direction )
( SortType, Direction )
( SortType, Direction )
( SortType, Direction )
Sorts all Variables by the sort type and direction.
Syntax
HRESULT SortVariables(
[in] long SortType,
[in] long Direction,
[out, retval] VARIANT_BOOL* Success
);
Parameters
SortType
[in] Type of sort to perform.
Direction
[in] Direction of the sort: 1 for ascending, and 0 for descending.
Success
[out, retval] TRUE if the Variables are successfully sorted, FALSE if sorting the Variables
failed.
Remarks
This function is no longer supported.