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