pub type PLSA_AP_INITIALIZE_PACKAGE = Option<unsafe extern "system" fn(authenticationpackageid: u32, lsadispatchtable: *const LSA_DISPATCH_TABLE, database: *const LSA_STRING, confidentiality: *const LSA_STRING, authenticationpackagename: *mut *mut LSA_STRING) -> NTSTATUS>;
Expand description

Required features: "Win32_Foundation"

Aliased Type§

enum PLSA_AP_INITIALIZE_PACKAGE {
    None,
    Some(unsafe extern "system" fn(_: u32, _: *const LSA_DISPATCH_TABLE, _: *const LSA_STRING, _: *const LSA_STRING, _: *mut *mut LSA_STRING) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: u32, _: *const LSA_DISPATCH_TABLE, _: *const LSA_STRING, _: *const LSA_STRING, _: *mut *mut LSA_STRING) -> i32)

Some value of type T.