getValue(_:)
Copies the value into the specified buffer.
Declaration
func getValue(_ value: UnsafeMutableRawPointer)Parameters
- value:
A buffer into which to copy the value. The buffer must be large enough to hold the value.
Copies the value into the specified buffer.
func getValue(_ value: UnsafeMutableRawPointer)A buffer into which to copy the value. The buffer must be large enough to hold the value.