Contents

CMSimpleQueueGetCapacity(_:)

Returns the number of elements that the queue can hold.

Declaration

func CMSimpleQueueGetCapacity(_ queue: CMSimpleQueue) -> Int32

Parameters

  • queue:

    The queue the function is interrogating. Must not be NULL.

Return Value

The number of elements that the queue can hold. Returns 0 if there is an error.

See Also

Inspecting Queues