Type Alias PFN_DrvStartDxInterop

pub type PFN_DrvStartDxInterop = Option<unsafe extern "system" fn(param0: *mut SURFOBJ, param1: BOOL, kernelmodedevicehandle: *mut c_void) -> BOOL>;

Aliased Type§

pub enum PFN_DrvStartDxInterop {
    None,
    Some(unsafe extern "system" fn(*mut SURFOBJ, BOOL, *mut c_void) -> BOOL),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(*mut SURFOBJ, BOOL, *mut c_void) -> BOOL)

Some value of type T.