Zen API
|
|
related |
Adds an item to the queue.
This method is a type-checked variant of kMsgQueue_Add. A debug assertion will be raised if the size of the specified item type is not equal to the size of the collection item type.
kMsgQueue_queue | Queue object. |
TPtr_item | Strongly-typed pointer to item to be added. |