Connection information data structure.
typedef struct _CONNECTINFO1 {
PSZ ComputerName;
PSZ ResourceName;
PSZ ConnectName;
ULONG flType; /* A bit array indicating the type of resource.
Resource type bit definitions : * /
} CONNECTINFO1 ;
typedef CONNECTINFO1 * PCONNECTINFO1 ;