Home
last modified time | relevance | path

Searched defs:LdrDllNotification (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/crosvm/win_util/src/
H A Ddll_notification.rs72 pub type LdrDllNotification = unsafe extern "C" fn( typedef
95 NotificationFunction: LdrDllNotification, in LdrRegisterDllNotification()
193 pub fn get_notification_function(&self) -> LdrDllNotification { in get_notification_function()