Function windows::Win32::System::RemoteDesktop::WTSGetListenerSecurityW
pub unsafe fn WTSGetListenerSecurityW<P0, P1>(
hserver: P0,
preserved: *const c_void,
reserved: u32,
plistenername: P1,
securityinformation: OBJECT_SECURITY_INFORMATION,
psecuritydescriptor: PSECURITY_DESCRIPTOR,
nlength: u32,
lpnlengthneeded: *mut u32,
) -> Result<()>where
P0: Param<HANDLE>,
P1: Param<PCWSTR>,