CommandList_FindCommand()

Examples


The CommandList_FindCommand() function retrieves the position of the specified item in a command list.

Syntax

CommandList_FindCommand(command_list_tag, item_tag)

Parameters

command_list_tag – The integer tag value specifying the command list in which to search.

item_tag – The integer tag value for the command or command list being searched for.

Return value

An integer specifying the location of the item. The value 0 indicates the item was not found.


Documentation Feedback