ReactOS 0.4.15-dev-7842-g558ab78
_AUTH_PACKAGE Struct Reference
Collaboration diagram for _AUTH_PACKAGE:

Public Attributes

LIST_ENTRY Entry
 
PSTRING Name
 
ULONG Id
 
PVOID ModuleHandle
 
PLSA_AP_INITIALIZE_PACKAGE LsaApInitializePackage
 
PLSA_AP_CALL_PACKAGE_INTERNAL LsaApCallPackage
 
PLSA_AP_CALL_PACKAGE_PASSTHROUGH LsaApCallPackagePassthrough
 
PLSA_AP_CALL_PACKAGE_UNTRUSTED LsaApCallPackageUntrusted
 
PLSA_AP_LOGON_TERMINATED LsaApLogonTerminated
 
PLSA_AP_LOGON_USER_EX2 LsaApLogonUserEx2
 
PLSA_AP_LOGON_USER_EX LsaApLogonUserEx
 
PLSA_AP_LOGON_USER_INTERNAL LsaApLogonUser
 

Detailed Description

Definition at line 91 of file authpackage.c.

Member Data Documentation

◆ Entry

LIST_ENTRY _AUTH_PACKAGE::Entry

Definition at line 93 of file authpackage.c.

Referenced by LsapAddAuthPackage().

◆ Id

ULONG _AUTH_PACKAGE::Id

◆ LsaApCallPackage

PLSA_AP_CALL_PACKAGE_INTERNAL _AUTH_PACKAGE::LsaApCallPackage

Definition at line 99 of file authpackage.c.

Referenced by LsapAddAuthPackage(), and LsapCallAuthenticationPackage().

◆ LsaApCallPackagePassthrough

PLSA_AP_CALL_PACKAGE_PASSTHROUGH _AUTH_PACKAGE::LsaApCallPackagePassthrough

Definition at line 100 of file authpackage.c.

Referenced by LsapAddAuthPackage().

◆ LsaApCallPackageUntrusted

PLSA_AP_CALL_PACKAGE_UNTRUSTED _AUTH_PACKAGE::LsaApCallPackageUntrusted

Definition at line 101 of file authpackage.c.

Referenced by LsapAddAuthPackage(), and LsapCallAuthenticationPackage().

◆ LsaApInitializePackage

PLSA_AP_INITIALIZE_PACKAGE _AUTH_PACKAGE::LsaApInitializePackage

Definition at line 98 of file authpackage.c.

Referenced by LsapAddAuthPackage().

◆ LsaApLogonTerminated

PLSA_AP_LOGON_TERMINATED _AUTH_PACKAGE::LsaApLogonTerminated

Definition at line 102 of file authpackage.c.

Referenced by LsapAddAuthPackage(), LsapLogonUser(), and LsapTerminateLogon().

◆ LsaApLogonUser

PLSA_AP_LOGON_USER_INTERNAL _AUTH_PACKAGE::LsaApLogonUser

Definition at line 105 of file authpackage.c.

Referenced by LsapAddAuthPackage(), and LsapLogonUser().

◆ LsaApLogonUserEx

PLSA_AP_LOGON_USER_EX _AUTH_PACKAGE::LsaApLogonUserEx

Definition at line 104 of file authpackage.c.

Referenced by LsapAddAuthPackage(), and LsapLogonUser().

◆ LsaApLogonUserEx2

PLSA_AP_LOGON_USER_EX2 _AUTH_PACKAGE::LsaApLogonUserEx2

Definition at line 103 of file authpackage.c.

Referenced by LsapAddAuthPackage(), and LsapLogonUser().

◆ ModuleHandle

PVOID _AUTH_PACKAGE::ModuleHandle

Definition at line 96 of file authpackage.c.

Referenced by LsapAddAuthPackage().

◆ Name

PSTRING _AUTH_PACKAGE::Name

Definition at line 94 of file authpackage.c.

Referenced by LsapAddAuthPackage(), and LsapLookupAuthenticationPackage().


The documentation for this struct was generated from the following file: