Type Alias windows::Win32::Security::Authentication::Identity::PLSA_AUDIT_LOGON

pub type PLSA_AUDIT_LOGON = Option<unsafe extern "system" fn(status: NTSTATUS, substatus: NTSTATUS, accountname: *const LSA_UNICODE_STRING, authenticatingauthority: *const LSA_UNICODE_STRING, workstationname: *const LSA_UNICODE_STRING, usersid: PSID, logontype: SECURITY_LOGON_TYPE, tokensource: *const TOKEN_SOURCE, logonid: *const LUID)>;

Aliased Type§

enum PLSA_AUDIT_LOGON {
    None,
    Some(unsafe extern "system" fn(_: NTSTATUS, _: NTSTATUS, _: *const LSA_UNICODE_STRING, _: *const LSA_UNICODE_STRING, _: *const LSA_UNICODE_STRING, _: PSID, _: SECURITY_LOGON_TYPE, _: *const TOKEN_SOURCE, _: *const LUID)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: NTSTATUS, _: NTSTATUS, _: *const LSA_UNICODE_STRING, _: *const LSA_UNICODE_STRING, _: *const LSA_UNICODE_STRING, _: PSID, _: SECURITY_LOGON_TYPE, _: *const TOKEN_SOURCE, _: *const LUID))

Some value of type T.