summaryrefslogtreecommitdiffstats
path: root/private/net/svcdlls/lls/inc/llsconst.h
blob: eb65778f077b59bfaef371eb988e777ad276bd30 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

#ifndef NT_LS_USER_NAME
#define NT_LS_USER_NAME 0
#endif

#ifndef NT_LS_USER_SID
#define NT_LS_USER_SID  1
#endif

#define MAX_PRODUCT_NAME_LENGTH 35
#define MAX_VERSION_LENGTH 15
#define MAX_USER_NAME_LENGTH 37
#define MAX_DATA_LENGTH 80
#define MAX_DATA_LENGTHW 40