Contents

CFBagGetValues(_:_:)

Fills a buffer with values from a bag.

Declaration

func CFBagGetValues(_ theBag: CFBag!, _ values: UnsafeMutablePointer<UnsafeRawPointer?>!)

Parameters

  • theBag:

    The bag to examine.

  • values:

    A C array of pointer-sized values to be filled with values from theBag. The value must be a valid C array of the appropriate type and size (that is, a size equal to the count of theBag).

See Also

Examining a Bag