Type Alias windows_sys::Win32::System::VirtualDosMachines::VDMGLOBALFIRSTPROC
pub type VDMGLOBALFIRSTPROC = Option<unsafe extern "system" fn(param0: HANDLE, param1: HANDLE, param2: *mut GLOBALENTRY, param3: u16, param4: DEBUGEVENTPROC, param5: *mut c_void) -> BOOL>;
Expand description
Required features: "Win32_Foundation"
, "Win32_System_Diagnostics_Debug"
, "Win32_System_Threading"
Aliased Type§
enum VDMGLOBALFIRSTPROC {
None,
Some(unsafe extern "system" fn(_: isize, _: isize, _: *mut GLOBALENTRY, _: u16, _: Option<unsafe extern "system" fn(_: *mut DEBUG_EVENT, _: *mut c_void) -> u32>, _: *mut c_void) -> i32),
}