Resource information data structure 2.

typedef struct _RESOURCEINFO2 {
  PSZ       ResourceName;
  ULONG     flType;        /*  A bit array indicating the type of resource.  Resource type bit definitions: */
  PSZ       PathName;
  PSZ       Comment;
} RESOURCEINFO2;

typedef   RESOURCEINFO2   * PRESOURCEINFO2 ;


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