Function windows::Win32::System::RemoteDesktop::WTSSendMessageW

pub unsafe fn WTSSendMessageW<P0, P1, P2, P3>(
    hserver: P0,
    sessionid: u32,
    ptitle: P1,
    titlelength: u32,
    pmessage: P2,
    messagelength: u32,
    style: MESSAGEBOX_STYLE,
    timeout: u32,
    presponse: *mut MESSAGEBOX_RESULT,
    bwait: P3,
) -> Result<()>
where P0: Param<HANDLE>, P1: Param<PCWSTR>, P2: Param<PCWSTR>, P3: Param<BOOL>,