ホーム › Security.Authentication.Identity › PLSA_AP_LOGON_USER
PLSA_AP_LOGON_USER
コールバックシグネチャ
NTSTATUS PLSA_AP_LOGON_USER(
void** ClientRequest,
SECURITY_LOGON_TYPE LogonType,
void* AuthenticationInformation,
void* ClientAuthenticationBase,
DWORD AuthenticationInformationLength,
void** ProfileBuffer,
DWORD* ProfileBufferLength,
LUID* LogonId,
INT* SubStatus,
LSA_TOKEN_INFORMATION_TYPE* TokenInformationType,
void** TokenInformation,
LSA_UNICODE_STRING** AccountName,
LSA_UNICODE_STRING** AuthenticatingAuthority
);パラメーター
| フィールド | 型 |
|---|---|
| ClientRequest | void** |
| LogonType | SECURITY_LOGON_TYPE |
| AuthenticationInformation | void* |
| ClientAuthenticationBase | void* |
| AuthenticationInformationLength | DWORD |
| ProfileBuffer | void** |
| ProfileBufferLength | DWORD* |
| LogonId | LUID* |
| SubStatus | INT* |
| TokenInformationType | LSA_TOKEN_INFORMATION_TYPE* |
| TokenInformation | void** |
| AccountName | LSA_UNICODE_STRING** |
| AuthenticatingAuthority | LSA_UNICODE_STRING** |