ReactOS 0.4.15-dev-7907-g95bf896
global.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef enum _NTLM_MODE NTLM_MODE
 
typedef enum _NTLM_MODEPNTLM_MODE
 

Enumerations

enum  _NTLM_MODE { NtlmUnknownMode = 0 , NtlmLsaMode = 1 , NtlmUserMode }
 

Variables

PLSA_SECPKG_FUNCTION_TABLE LsaFunctions
 
SECPKG_FUNCTION_TABLE NtlmLsaFn [1]
 
PSECPKG_DLL_FUNCTIONS UsrFunctions
 
SECPKG_USER_FUNCTION_TABLE NtlmUsrFn [1]
 
LSA_DISPATCH_TABLE DispatchTable
 
NTLM_MODE NtlmMode
 

Typedef Documentation

◆ NTLM_MODE

◆ PNTLM_MODE

Enumeration Type Documentation

◆ _NTLM_MODE

Enumerator
NtlmUnknownMode 
NtlmLsaMode 
NtlmUserMode 

Definition at line 22 of file global.h.

23{
25 NtlmLsaMode = 1,
enum _NTLM_MODE NTLM_MODE
enum _NTLM_MODE * PNTLM_MODE
@ NtlmLsaMode
Definition: global.h:25
@ NtlmUnknownMode
Definition: global.h:24
@ NtlmUserMode
Definition: global.h:26

Variable Documentation

◆ DispatchTable

Definition at line 17 of file global.c.

◆ LsaFunctions

PLSA_SECPKG_FUNCTION_TABLE LsaFunctions
extern

Definition at line 19 of file global.c.

Referenced by NtlmAllocate(), and NtlmFree().

◆ NtlmLsaFn

SECPKG_FUNCTION_TABLE NtlmLsaFn[1]
extern

Definition at line 23 of file global.c.

Referenced by SpLsaModeInitialize().

◆ NtlmMode

NTLM_MODE NtlmMode
extern

Definition at line 15 of file global.c.

Referenced by NtlmAllocate(), and NtlmFree().

◆ NtlmUsrFn

SECPKG_USER_FUNCTION_TABLE NtlmUsrFn[1]
extern

Definition at line 57 of file global.c.

Referenced by SpUserModeInitialize().

◆ UsrFunctions

PSECPKG_DLL_FUNCTIONS UsrFunctions
extern

Definition at line 56 of file global.c.