Function windows::Win32::Foundation::SetHandleInformation
pub unsafe fn SetHandleInformation<'a, P0>(
hobject: P0,
dwmask: u32,
dwflags: HANDLE_FLAGS
) -> BOOLwhere
P0: Into<HANDLE>,
Expand description
Required features: "Win32_Foundation"