ReactOS 0.4.15-dev-7958-gcd0bb1a
LSA_DISPATCH_TABLE Struct Reference
Collaboration diagram for LSA_DISPATCH_TABLE:

Public Attributes

PLSA_CREATE_LOGON_SESSION CreateLogonSession
 
PLSA_DELETE_LOGON_SESSION DeleteLogonSession
 
PLSA_ADD_CREDENTIAL AddCredential
 
PLSA_GET_CREDENTIALS GetCredentials
 
PLSA_DELETE_CREDENTIAL DeleteCredential
 
PLSA_ALLOCATE_LSA_HEAP AllocateLsaHeap
 
PLSA_FREE_LSA_HEAP FreeLsaHeap
 
PLSA_ALLOCATE_CLIENT_BUFFER AllocateClientBuffer
 
PLSA_FREE_CLIENT_BUFFER FreeClientBuffer
 
PLSA_COPY_TO_CLIENT_BUFFER CopyToClientBuffer
 
PLSA_COPY_FROM_CLIENT_BUFFER CopyFromClientBuffer
 

Detailed Description

Definition at line 53 of file authpackage.c.

Member Data Documentation

◆ AddCredential

PLSA_ADD_CREDENTIAL LSA_DISPATCH_TABLE::AddCredential

Definition at line 57 of file authpackage.c.

◆ AllocateClientBuffer

PLSA_ALLOCATE_CLIENT_BUFFER LSA_DISPATCH_TABLE::AllocateClientBuffer

Definition at line 62 of file authpackage.c.

◆ AllocateLsaHeap

PLSA_ALLOCATE_LSA_HEAP LSA_DISPATCH_TABLE::AllocateLsaHeap

Definition at line 60 of file authpackage.c.

◆ CopyFromClientBuffer

PLSA_COPY_FROM_CLIENT_BUFFER LSA_DISPATCH_TABLE::CopyFromClientBuffer

Definition at line 65 of file authpackage.c.

◆ CopyToClientBuffer

PLSA_COPY_TO_CLIENT_BUFFER LSA_DISPATCH_TABLE::CopyToClientBuffer

Definition at line 64 of file authpackage.c.

◆ CreateLogonSession

PLSA_CREATE_LOGON_SESSION LSA_DISPATCH_TABLE::CreateLogonSession

Definition at line 55 of file authpackage.c.

◆ DeleteCredential

PLSA_DELETE_CREDENTIAL LSA_DISPATCH_TABLE::DeleteCredential

Definition at line 59 of file authpackage.c.

◆ DeleteLogonSession

PLSA_DELETE_LOGON_SESSION LSA_DISPATCH_TABLE::DeleteLogonSession

Definition at line 56 of file authpackage.c.

◆ FreeClientBuffer

PLSA_FREE_CLIENT_BUFFER LSA_DISPATCH_TABLE::FreeClientBuffer

Definition at line 63 of file authpackage.c.

◆ FreeLsaHeap

PLSA_FREE_LSA_HEAP LSA_DISPATCH_TABLE::FreeLsaHeap

Definition at line 61 of file authpackage.c.

◆ GetCredentials

PLSA_GET_CREDENTIALS LSA_DISPATCH_TABLE::GetCredentials

Definition at line 58 of file authpackage.c.


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