windows::Win32::System::RemoteDesktop

Function WTSSendMessageW

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