summaryrefslogtreecommitdiffstats
path: root/private/net/svcdlls/lls/inc/llsconst.h
diff options
context:
space:
mode:
Diffstat (limited to 'private/net/svcdlls/lls/inc/llsconst.h')
-rw-r--r--private/net/svcdlls/lls/inc/llsconst.h14
1 files changed, 14 insertions, 0 deletions
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