Skip to main content

CFMachPortCreateWithPort

Function CFMachPortCreateWithPort 

Source
pub unsafe extern "C" fn CFMachPortCreateWithPort(
    allocator: CFAllocatorRef,
    portNum: mach_port_t,
    callout: CFMachPortCallBack,
    context: *mut CFMachPortContext,
    shouldFreeInfo: *mut Boolean,
) -> CFMachPortRef
Expand description

Apple SDK function CFMachPortCreateWithPort.