windows::Win32::Devices::AllJoyn

Function alljoyn_proxybusobject_methodcall

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