SpGetContextTokenFn

Type Alias SpGetContextTokenFn 

pub type SpGetContextTokenFn = Option<unsafe extern "system" fn(contexthandle: usize, impersonationtoken: *mut HANDLE) -> NTSTATUS>;

Aliased Type§

pub enum SpGetContextTokenFn {
    None,
    Some(unsafe extern "system" fn(usize, *mut HANDLE) -> NTSTATUS),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(usize, *mut HANDLE) -> NTSTATUS)

Some value of type T.