Function windows_sys::Win32::System::Console::CreateConsoleScreenBuffer
pub unsafe extern "system" fn CreateConsoleScreenBuffer(
dwdesiredaccess: u32,
dwsharemode: u32,
lpsecurityattributes: *const SECURITY_ATTRIBUTES,
dwflags: u32,
lpscreenbufferdata: *const c_void
) -> HANDLE
Expand description
Required features: "Win32_Foundation"
, "Win32_Security"