windows::Win32::Devices::AllJoyn

Function alljoyn_interfacedescription_addsignal

pub unsafe fn alljoyn_interfacedescription_addsignal<P1, P2, P3, P5>(
    iface: alljoyn_interfacedescription,
    name: P1,
    sig: P2,
    argnames: P3,
    annotation: u8,
    accessperms: P5,
) -> QStatus
where P1: Param<PCSTR>, P2: Param<PCSTR>, P3: Param<PCSTR>, P5: Param<PCSTR>,