DASessionCreate

Function DASessionCreate 

Source
pub unsafe extern "C" fn DASessionCreate(
    allocator: CFAllocatorRef,
) -> DASessionRef
Expand description

Creates a new session.

§Returns

A reference to a new DASession.

§Discussion

The caller of this function receives a reference to the returned object. The caller also implicitly retains the object and is responsible for releasing it.