msos2.hlp (Table of Contents; Topic list)
FSINFO (1.2)
Changes                                             Up Next Previous
────────────────────────────────────────────────────────────────────────────
 
#define INCL_DOSFILEMGR
 
typedef struct _FSINFO {    /* fsinf */
    ULONG       ulVSN;
    VOLUMELABEL vol;
} FSINFO;
 
The FSINFO structure contains information about the volume label of a disk.
 
Field  Description
────────────────────────────────────────────────────────────────────────────
 
ulVSN  Specifies the serial number of the disk. If there is no serial number
       on the disk, this field is zero.
 
vol    Specifies a VOLUMELABEL structure that will contain the name of the
       volume label.
 
See Also
 
DosQFSInfo, VOLUMELABEL