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: u32Reserved: u32BaseAddress: *mut c_voidSize: usizeIdentity: ENCLAVE_IDENTITY