From e611b132f9b8abe35b362e5870b74bce94a1e58e Mon Sep 17 00:00:00 2001 From: Adam Date: Sat, 16 May 2020 20:51:50 -0700 Subject: initial commit --- private/net/svcdlls/lls/inc/llsconst.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 private/net/svcdlls/lls/inc/llsconst.h (limited to 'private/net/svcdlls/lls/inc/llsconst.h') diff --git a/private/net/svcdlls/lls/inc/llsconst.h b/private/net/svcdlls/lls/inc/llsconst.h new file mode 100644 index 000000000..eb65778f0 --- /dev/null +++ b/private/net/svcdlls/lls/inc/llsconst.h @@ -0,0 +1,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 -- cgit v1.2.3