#[repr(C, packed(4))]pub struct IMAGE_ALPHA64_RUNTIME_FUNCTION_ENTRY {
pub BeginAddress: u64,
pub EndAddress: u64,
pub ExceptionHandler: u64,
pub HandlerData: u64,
pub PrologEndAddress: u64,
}
Expand description
Required features: "Win32_System_SystemServices"
Fields§
§BeginAddress: u64
§EndAddress: u64
§ExceptionHandler: u64
§HandlerData: u64
§PrologEndAddress: u64