Function dnssd::ffi::DNSServiceRegisterRecord [] [src]

pub unsafe extern "C" fn DNSServiceRegisterRecord(
    sdRef: DNSServiceRef,
    RecordRef: *mut DNSRecordRef,
    flags: DNSServiceFlags,
    interfaceIndex: uint32_t,
    fullname: *const c_char,
    rrtype: DNSServiceType,
    rrclass: uint16_t,
    rdlen: uint16_t,
    rdata: *const c_void,
    ttl: uint32_t,
    callBack: DNSServiceRegisterRecordReply,
    context: *mut c_void
) -> DNSServiceErrorType