Type Alias windows::Win32::Graphics::DirectDraw::PDX_GETCURRENTAUTOFLIP
pub type PDX_GETCURRENTAUTOFLIP = Option<unsafe extern "system" fn(param0: *mut c_void, param1: *mut DDGETCURRENTAUTOFLIPININFO, param2: *mut DDGETCURRENTAUTOFLIPOUTINFO) -> u32>;
Aliased Type§
enum PDX_GETCURRENTAUTOFLIP {
None,
Some(unsafe extern "system" fn(_: *mut c_void, _: *mut DDGETCURRENTAUTOFLIPININFO, _: *mut DDGETCURRENTAUTOFLIPOUTINFO) -> u32),
}
Variants§
None
No value.
Some(unsafe extern "system" fn(_: *mut c_void, _: *mut DDGETCURRENTAUTOFLIPININFO, _: *mut DDGETCURRENTAUTOFLIPOUTINFO) -> u32)
Some value of type T
.