GetStatusItems Data Member Function

Populates a <StrList> and <Int32Array> with command status item names and indices. The names are values such as "Active" or "Deprecated" and the indices are derived from the CommandStatusOption enumeration.

Prototype

int32 GetStatusItems( StrList p_slStatusItemNames, Int32Array p_aiStatusItemIndices )

Parameters

Parameter Type Parameter Name Documentation
<StrList>p_slStatusItemNamesA pointer to the <StrList> you wish to populate with status item names.
<Int32Array>p_aiStatusItemIndicesA pointer to the <Int32Array> you wish to populate with status item indices.

Examples

Copy Text To Clipboard

None published. Please look for an example in the Scenome Scripting Language code base.