Server information data structure.
typedef struct _SERVERINFO1 {
PSZ ComputerName;
USHORT usVersionMajor;
USHORT usVersionMinor;
ULONG flInfo; /* An array of bits that indicates additional information about the server.
Information flag bit definitions : * /
PSZ UserName ;
PSZ Comment ;
} SERVERINFO1 ;
typedef SERVERINFO1 * PSERVERINFO1 ;