windows-nt/Source/XPSP1/NT/ds/netapi/svcdlls/lls/inc/llsconst.h

26 lines
366 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
/*++
Copyright (c) 1998-99 Microsoft Corporation
Module Name:
llsconst.h
Abstract:
--*/
#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