getfatd() Get File Allocation Table Information
#include <dos.h>
void getfatd(fatblkp);
struct fatinfo *fatblkp; Pointer to structure
getfatd() gets information from the file-allocation table for the
default drive (0). The information is stored in the 'fatinfo'
structure pointed to by 'fatblkp'. The 'fatinfo' structure is
defined as:
struct fatinfo {
char fi_sclus; /* Sectors per cluster */
char fi_fatid; /* The FAT id byte */
int fi_nclus; /* Number of clusters */
int fi_bysec; /* Bytes per sector */
};
Returns: There is no return value.
Seealso:
This page last updated on Fri Nov 30 10:48:32 MSK 2001
Copyright © 1992-2001, Vitaly Filatov, Moscow, Russia
Webmaster