ODSessionCopyNodeNames(_:_:_:)
Returns the names of nodes registered in a given session.
Declaration
func ODSessionCopyNodeNames(_ allocator: CFAllocator!, _ session: ODSessionRef!, _ error: UnsafeMutablePointer<Unmanaged<CFError>?>!) -> Unmanaged<CFArray>!Parameters
- allocator:
The memory allocator to use. If
NULL, the default allocator is used. - session:
The session.
- error:
An error reference for error details. Can be
NULL.
Return Value
An array of valid node names in the given session.