Resource information data structure 1.

typedef struct _RESOURCEINFO1 {
  PSZ       ResourceName;
  PSZ       ConnectName;
  ULONG     flInfo;          /*  An array of bits that indicate additional information about the resource. 
Information   flag   bit   definitions :   * /
    ULONG          flCapabilities ;    / *    An   array   of   flags   indicating   the   capabilities   of   the   user   to   the   resource .    Network   Capabilities   bit   definitions :   * /
    ULONG          flType ;            / *    A   bit   array   indicating   the   type   of   resource .  
Resource   type   bit   definitions :   * /
    PSZ            UserName ;
    PSZ            PathName ;
    PSZ            Comment ;
}   RESOURCEINFO1 ;

typedef   RESOURCEINFO1   * PRESOURCEINFO1 ;


[Back: NETWORKINFO1 Field - Comment]
[Next: RESOURCEINFO1 Field - ResourceName]