[PSDK] Update SERVER_INFO_598 structure.

svn path=/trunk/; revision=66467
This commit is contained in:
Amine Khaldi 2015-02-26 09:29:26 +00:00
parent 04bcefa076
commit 591e1443a1

View file

@ -224,34 +224,53 @@ DWORD sv599_linkinfovalidtime;
DWORD sv599_scavqosinfoupdatetime;
DWORD sv599_maxworkitemidletime;
} SERVER_INFO_599,*PSERVER_INFO_599,*LPSERVER_INFO_599;
typedef struct _SERVER_INFO_598 {
DWORD sv598_maxrawworkitems;
DWORD sv598_maxthreadsperqueue;
DWORD sv598_producttype;
DWORD sv598_serversize;
DWORD sv598_connectionlessautodisc;
DWORD sv598_sharingviolationretries;
DWORD sv598_sharingviolationdelay;
DWORD sv598_maxglobalopensearch;
DWORD sv598_removeduplicatesearches;
DWORD sv598_lockviolationoffset;
DWORD sv598_lockviolationdelay;
DWORD sv598_mdlreadswitchover;
DWORD sv598_cachedopenlimit;
DWORD sv598_otherqueueaffinity;
BOOL sv598_restrictnullsessaccess;
BOOL sv598_enablewfw311directipx;
DWORD sv598_queuesamplesecs;
DWORD sv598_balancecount;
DWORD sv598_preferredaffinity;
DWORD sv598_maxfreerfcbs;
DWORD sv598_maxfreemfcbs;
DWORD sv598_maxfreelfcbs;
DWORD sv598_maxfreepagedpoolchunks;
DWORD sv598_minpagedpoolchunksize;
DWORD sv598_maxpagedpoolchunksize;
BOOL sv598_sendsfrompreferredprocessor;
} SERVER_INFO_598,*PSERVER_INFO_598,*LPSERVER_INFO_598;
DWORD sv598_maxrawworkitems;
DWORD sv598_maxthreadsperqueue;
DWORD sv598_producttype;
DWORD sv598_serversize;
DWORD sv598_connectionlessautodisc;
DWORD sv598_sharingviolationretries;
DWORD sv598_sharingviolationdelay;
DWORD sv598_maxglobalopensearch;
DWORD sv598_removeduplicatesearches;
DWORD sv598_lockviolationoffset;
DWORD sv598_lockviolationdelay;
DWORD sv598_mdlreadswitchover;
DWORD sv598_cachedopenlimit;
DWORD sv598_otherqueueaffinity;
BOOL sv598_restrictnullsessaccess;
BOOL sv598_enablewfw311directipx;
DWORD sv598_queuesamplesecs;
DWORD sv598_balancecount;
DWORD sv598_preferredaffinity;
DWORD sv598_maxfreerfcbs;
DWORD sv598_maxfreemfcbs;
DWORD sv598_maxfreelfcbs;
DWORD sv598_maxfreepagedpoolchunks;
DWORD sv598_minpagedpoolchunksize;
DWORD sv598_maxpagedpoolchunksize;
BOOL sv598_sendsfrompreferredprocessor;
DWORD sv598_cacheddirectorylimit;
DWORD sv598_maxcopylength;
BOOL sv598_enablecompression;
BOOL sv598_autosharewks;
BOOL sv598_autoshareserver;
BOOL sv598_enablesecuritysignature;
BOOL sv598_requiresecuritysignature;
DWORD sv598_minclientbuffersize;
GUID sv598_serverguid;
DWORD sv598_ConnectionNoSessionsTimeout;
DWORD sv598_IdleThreadTimeOut;
BOOL sv598_enableW9xsecuritysignature;
BOOL sv598_enforcekerberosreauthentication;
BOOL sv598_disabledos;
DWORD sv598_lowdiskspaceminimum;
BOOL sv598_disablestrictnamechecking;
BOOL sv598_enableauthenticateusersharing;
} SERVER_INFO_598, *PSERVER_INFO_598, *LPSERVER_INFO_598;
typedef struct _SERVER_INFO_1005 {LPWSTR sv1005_comment; } SERVER_INFO_1005,*PSERVER_INFO_1005,*LPSERVER_INFO_1005;
typedef struct _SERVER_INFO_1107 { DWORD sv1107_users; } SERVER_INFO_1107,*PSERVER_INFO_1107,*LPSERVER_INFO_1107;
typedef struct _SERVER_INFO_1010 { LONG sv1010_disc; } SERVER_INFO_1010,*PSERVER_INFO_1010,*LPSERVER_INFO_1010;