Struct windows_sys::Win32::System::Diagnostics::Debug::Extensions::GET_PEB_ADDRESS
#[repr(C)]pub struct GET_PEB_ADDRESS {
pub CurrentThread: u64,
pub Address: u64,
}Expand description
Required features: "Win32_System_Diagnostics_Debug_Extensions"
Fields§
§CurrentThread: u64§Address: u64