Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygenlmcons.h
Go to the documentation of this file.
00001 #ifndef _LMCONS_H 00002 #define _LMCONS_H 00003 00004 #define MESSAGE_FILENAME TEXT("NETMSG") 00005 #define OS2MSG_FILENAME TEXT("BASE") 00006 #define HELP_MSG_FILENAME TEXT("NETH") 00007 #define NET_API_FUNCTION __stdcall 00008 #define NET_API_STATUS DWORD 00009 #define API_RET_TYPE NET_API_STATUS 00010 #define MIN_LANMAN_MESSAGE_ID NERR_BASE 00011 #define MAX_LANMAN_MESSAGE_ID 5799 00012 #ifndef CNLEN /* also in nddeapi.h */ 00013 #define CNLEN 15 00014 #define UNCLEN (CNLEN + 2) 00015 #endif 00016 #define DNLEN 15 00017 #define LM20_CNLEN 15 00018 #define LM20_DNLEN 15 00019 #define LM20_SNLEN 15 00020 #define LM20_STXTLEN 63 00021 #define LM20_UNCLEN (LM20_CNLEN+2) 00022 #define LM20_NNLEN 12 00023 #define LM20_RMLEN (LM20_UNCLEN+1+LM20_NNLEN) 00024 #define NNLEN 80 00025 #define RMLEN (UNCLEN+1+NNLEN) 00026 #define SNLEN 80 00027 #define STXTLEN 256 00028 #define PATHLEN 256 00029 #define LM20_PATHLEN 256 00030 #define DEVLEN 80 00031 #define LM20_DEVLEN 8 00032 #define EVLEN 16 00033 #define UNLEN 256 00034 #define LM20_UNLEN 20 00035 #define GNLEN UNLEN 00036 #define LM20_GNLEN LM20_UNLEN 00037 #define PWLEN 256 00038 #define LM20_PWLEN 14 00039 #define SHPWLEN 8 00040 #define CLTYPE_LEN 12 00041 #define MAXCOMMENTSZ 256 00042 #define LM20_MAXCOMMENTSZ 48 00043 #define QNLEN NNLEN 00044 #define LM20_QNLEN LM20_NNLEN 00045 #define ALERTSZ 128 00046 #define MAXDEVENTRIES (sizeof(int)*8) 00047 #define NETBIOS_NAME_LEN 16 00048 #define MAX_PREFERRED_LENGTH ((DWORD)-1) 00049 #define CRYPT_KEY_LEN 7 00050 #define CRYPT_TXT_LEN 8 00051 #define ENCRYPTED_PWLEN 16 00052 #define SESSION_PWLEN 24 00053 #define SESSION_CRYPT_KLEN 21 00054 #define PARMNUM_ALL 0 00055 #define PARM_ERROR_UNKNOWN ((DWORD)-1) 00056 #define PARM_ERROR_NONE 0 00057 #define PARMNUM_BASE_INFOLEVEL 1000 00058 #define PLATFORM_ID_DOS 300 00059 #define PLATFORM_ID_OS2 400 00060 #define PLATFORM_ID_NT 500 00061 #define PLATFORM_ID_OSF 600 00062 #define PLATFORM_ID_VMS 700 00063 /* new typedef in W2K */ 00064 #if defined( _WIN32_WINNT ) || defined( WINNT ) || defined( FORCE_UNICODE ) 00065 #define LMSTR LPWSTR 00066 #define LMCSTR LPCWSTR 00067 #else 00068 #define LMSTR LPSTR 00069 #define LMCSTR LPCSTR 00070 #endif 00071 00072 #endif Generated on Fri May 25 2012 04:30:10 for ReactOS by
1.7.6.1
|