windows::Win32::System::RemoteDesktop

Function WTSConnectSessionA

pub unsafe fn WTSConnectSessionA<P2>(
    logonid: u32,
    targetlogonid: u32,
    ppassword: P2,
    bwait: bool,
) -> Result<()>
where P2: Param<PCSTR>,