windows::Win32::Devices::Tapi

Function tapiRequestMediaCallW

pub unsafe fn tapiRequestMediaCallW<P2, P3, P6, P7, P8, P9>(
    hwnd: HWND,
    wrequestid: WPARAM,
    lpszdeviceclass: P2,
    lpdeviceid: P3,
    dwsize: u32,
    dwsecure: u32,
    lpszdestaddress: P6,
    lpszappname: P7,
    lpszcalledparty: P8,
    lpszcomment: P9,
) -> i32
where P2: Param<PCWSTR>, P3: Param<PCWSTR>, P6: Param<PCWSTR>, P7: Param<PCWSTR>, P8: Param<PCWSTR>, P9: Param<PCWSTR>,