windows::Win32::Devices::AllJoyn

Function alljoyn_proxybusobject_methodcall_noreply

pub unsafe fn alljoyn_proxybusobject_methodcall_noreply<P1, P2>(
    proxyobj: alljoyn_proxybusobject,
    ifacename: P1,
    methodname: P2,
    args: alljoyn_msgarg,
    numargs: usize,
    flags: u8,
) -> QStatus
where P1: Param<PCSTR>, P2: Param<PCSTR>,