Volume label structure.

typedef struct _VOLUMELABEL {
  BYTE     cch;             /*  Length of the volume label, not including the null. */
  CHAR     szVolLabel[12];  /*  Volume label. */
} VOLUMELABEL;

typedef   VOLUMELABEL   * PVOLUMELABEL ;


[Back] [Next]