CommandList_RemoveAll()

Examples


The CommandList_RemoveAll() function removes all items from the specified command list.

Syntax

CommandList_RemoveAll(command_list_tag)

Parameters

command_list_tag – The integer tag value specifying the command list from which all items are being removed.

Return value

A boolean. The value true indicates all items were removed, while false indicates they were not.


Documentation Feedback