Struct windows_sys::Win32::System::Kernel::SLIST_ENTRY
#[repr(C)]pub struct SLIST_ENTRY {
pub Next: *mut SLIST_ENTRY,
}
Expand description
Required features: "Win32_System_Kernel"
Fields§
§Next: *mut SLIST_ENTRY