FSP_SERVICE_START

Type Alias FSP_SERVICE_START 

Source
pub type FSP_SERVICE_START = Option<unsafe extern "C" fn(arg1: *mut FSP_SERVICE, arg2: ULONG, arg3: *mut PWSTR) -> NTSTATUS>;

Aliased Type§

pub enum FSP_SERVICE_START {
    None,
    Some(unsafe extern "C" fn(*mut _FSP_SERVICE, u32, *mut *mut u16) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut _FSP_SERVICE, u32, *mut *mut u16) -> i32)

Some value of type T.