ReactOS 0.4.15-dev-7953-g1f49173
MSVCRT__diskfree_t Struct Reference

#include <msvcrt.h>

Public Attributes

unsigned int total_clusters
 
unsigned int avail_clusters
 
unsigned int sectors_per_cluster
 
unsigned int bytes_per_sector
 

Detailed Description

Definition at line 410 of file msvcrt.h.

Member Data Documentation

◆ avail_clusters

unsigned int MSVCRT__diskfree_t::avail_clusters

Definition at line 412 of file msvcrt.h.

◆ bytes_per_sector

unsigned int MSVCRT__diskfree_t::bytes_per_sector

Definition at line 414 of file msvcrt.h.

◆ sectors_per_cluster

unsigned int MSVCRT__diskfree_t::sectors_per_cluster

Definition at line 413 of file msvcrt.h.

◆ total_clusters

unsigned int MSVCRT__diskfree_t::total_clusters

Definition at line 411 of file msvcrt.h.


The documentation for this struct was generated from the following files: