Network information data structure.
typedef struct _NETWORKINFO1 {
PSZ NetworkName;
USHORT usVersionMajor;
USHORT usVersionMinor;
ULONG flInfo; /* Information flag bit definitions: */
ULONG flCapabilities[5];
PSZ DefaultAuthenticator;
PSZ UserName;
PSZ MessageFile;
PSZ Comment;
} NETWORKINFO1;
typedef NETWORKINFO1 * PNETWORKINFO1 ;