windows::Win32::Devices::Tapi

Function lineCreateAgentW

pub unsafe fn lineCreateAgentW<P1, P2>(
    hline: u32,
    lpszagentid: P1,
    lpszagentpin: P2,
    lphagent: *mut u32,
) -> i32
where P1: Param<PCWSTR>, P2: Param<PCWSTR>,