DADissenterCreate

Function DADissenterCreate 

Source
pub unsafe extern "C" fn DADissenterCreate(
    allocator: CFAllocatorRef,
    status: DAReturn,
    string: CFStringRef,
) -> DADissenterRef
Expand description

Creates a new dissenter object.

§Parameters

  • allocator - The allocator object to be used to allocate memory.
  • status - The return code.
  • string - The return code string. Pass NULL for no reason.

§Returns

A reference to a new DADissenter.