uLib  User mode C/C++ extended API library for Win32 programmers.
Security System Access Flags.

Module Description

Corresponding to the enumerated type values in SECURITY_LOGON_TYPE.

Macros

#define SECURITY_ACCESS_INTERACTIVE_LOGON   ((ULONG) 0x00000001L)
 
#define SECURITY_ACCESS_NETWORK_LOGON   ((ULONG) 0x00000002L)
 
#define SECURITY_ACCESS_BATCH_LOGON   ((ULONG) 0x00000004L)
 
#define SECURITY_ACCESS_SERVICE_LOGON   ((ULONG) 0x00000010L)
 
#define SECURITY_ACCESS_PROXY_LOGON   ((ULONG) 0x00000020L)
 
#define SECURITY_ACCESS_DENY_INTERACTIVE_LOGON   ((ULONG) 0x00000040L)
 
#define SECURITY_ACCESS_DENY_NETWORK_LOGON   ((ULONG) 0x00000080L)
 
#define SECURITY_ACCESS_DENY_BATCH_LOGON   ((ULONG) 0x00000100L)
 
#define SECURITY_ACCESS_DENY_SERVICE_LOGON   ((ULONG) 0x00000200L)
 
#define SECURITY_ACCESS_REMOTE_INTERACTIVE_LOGON   ((ULONG) 0x00000400L)
 
#define SECURITY_ACCESS_DENY_REMOTE_INTERACTIVE_LOGON   ((ULONG) 0x00000800L)
 

Macro Definition Documentation

◆ SECURITY_ACCESS_INTERACTIVE_LOGON

#define SECURITY_ACCESS_INTERACTIVE_LOGON   ((ULONG) 0x00000001L)

Definition at line 742 of file UmLsa.h.

◆ SECURITY_ACCESS_NETWORK_LOGON

#define SECURITY_ACCESS_NETWORK_LOGON   ((ULONG) 0x00000002L)

Definition at line 743 of file UmLsa.h.

◆ SECURITY_ACCESS_BATCH_LOGON

#define SECURITY_ACCESS_BATCH_LOGON   ((ULONG) 0x00000004L)

Definition at line 744 of file UmLsa.h.

◆ SECURITY_ACCESS_SERVICE_LOGON

#define SECURITY_ACCESS_SERVICE_LOGON   ((ULONG) 0x00000010L)

Definition at line 745 of file UmLsa.h.

◆ SECURITY_ACCESS_PROXY_LOGON

#define SECURITY_ACCESS_PROXY_LOGON   ((ULONG) 0x00000020L)

Definition at line 746 of file UmLsa.h.

◆ SECURITY_ACCESS_DENY_INTERACTIVE_LOGON

#define SECURITY_ACCESS_DENY_INTERACTIVE_LOGON   ((ULONG) 0x00000040L)

Definition at line 748 of file UmLsa.h.

◆ SECURITY_ACCESS_DENY_NETWORK_LOGON

#define SECURITY_ACCESS_DENY_NETWORK_LOGON   ((ULONG) 0x00000080L)

Definition at line 749 of file UmLsa.h.

◆ SECURITY_ACCESS_DENY_BATCH_LOGON

#define SECURITY_ACCESS_DENY_BATCH_LOGON   ((ULONG) 0x00000100L)

Definition at line 750 of file UmLsa.h.

◆ SECURITY_ACCESS_DENY_SERVICE_LOGON

#define SECURITY_ACCESS_DENY_SERVICE_LOGON   ((ULONG) 0x00000200L)

Definition at line 751 of file UmLsa.h.

◆ SECURITY_ACCESS_REMOTE_INTERACTIVE_LOGON

#define SECURITY_ACCESS_REMOTE_INTERACTIVE_LOGON   ((ULONG) 0x00000400L)

Definition at line 752 of file UmLsa.h.

◆ SECURITY_ACCESS_DENY_REMOTE_INTERACTIVE_LOGON

#define SECURITY_ACCESS_DENY_REMOTE_INTERACTIVE_LOGON   ((ULONG) 0x00000800L)

Definition at line 753 of file UmLsa.h.