Type Alias windows_sys::Win32::System::VirtualDosMachines::VDMKILLWOWPROC
pub type VDMKILLWOWPROC = Option<unsafe extern "system" fn() -> BOOL>;
Expand description
Required features: "Win32_Foundation"
Aliased Type§
enum VDMKILLWOWPROC {
None,
Some(unsafe extern "system" fn() -> i32),
}