Type Alias windows::Win32::Devices::Display::PFN_DrvStartDxInterop
pub type PFN_DrvStartDxInterop = Option<unsafe extern "system" fn(param0: *mut SURFOBJ, param1: BOOL, kernelmodedevicehandle: *mut c_void) -> BOOL>;
Aliased Type§
enum PFN_DrvStartDxInterop {
None,
Some(unsafe extern "system" fn(_: *mut SURFOBJ, _: BOOL, _: *mut c_void) -> BOOL),
}