Win32 API 日本語リファレンス
ホーム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
);

パラメーター

フィールド
ClientRequestvoid**
LogonTypeSECURITY_LOGON_TYPE
AuthenticationInformationvoid*
ClientAuthenticationBasevoid*
AuthenticationInformationLengthDWORD
ProfileBuffervoid**
ProfileBufferLengthDWORD*
LogonIdLUID*
SubStatusINT*
TokenInformationTypeLSA_TOKEN_INFORMATION_TYPE*
TokenInformationvoid**
AccountNameLSA_UNICODE_STRING**
AuthenticatingAuthorityLSA_UNICODE_STRING**