Struct windows_sys::Win32::System::Environment::ENCLAVE_INFORMATION
#[repr(C)]pub struct ENCLAVE_INFORMATION {
pub EnclaveType: u32,
pub Reserved: u32,
pub BaseAddress: *mut c_void,
pub Size: usize,
pub Identity: ENCLAVE_IDENTITY,
}Expand description
Required features: "Win32_System_Environment"
Fields§
§EnclaveType: u32§Reserved: u32§BaseAddress: *mut c_void§Size: usize§Identity: ENCLAVE_IDENTITY