Struct windows_sys::Win32::System::Kernel::SLIST_HEADER_0
[−]#[repr(C)]pub struct SLIST_HEADER_0 {
pub Next: SINGLE_LIST_ENTRY,
pub Depth: u16,
pub CpuId: u16,
}Expand description
Required features: ‘Win32_System_Kernel’
Fields
Next: SINGLE_LIST_ENTRYDepth: u16CpuId: u16