Struct windows_sys::Win32::System::Threading::TP_POOL_STACK_INFORMATION
#[repr(C)]pub struct TP_POOL_STACK_INFORMATION {
pub StackReserve: usize,
pub StackCommit: usize,
}Expand description
Required features: "Win32_System_Threading"
Fields§
§StackReserve: usize§StackCommit: usize