windows::Win32::Devices::AllJoyn

Function alljoyn_interfacedescription_addmethod

pub unsafe fn alljoyn_interfacedescription_addmethod<P1, P2, P3, P4, P6>(
    iface: alljoyn_interfacedescription,
    name: P1,
    inputsig: P2,
    outsig: P3,
    argnames: P4,
    annotation: u8,
    accessperms: P6,
) -> QStatus
where P1: Param<PCSTR>, P2: Param<PCSTR>, P3: Param<PCSTR>, P4: Param<PCSTR>, P6: Param<PCSTR>,