Rizin
unix-like reverse engineering framework and cli tools
_FILE_FS_SIZE_INFORMATION Struct Reference

#include <winapi.h>

Public Attributes

LARGE_INTEGER TotalAllocationUnits
 
LARGE_INTEGER AvailableAllocationUnits
 
ULONG SectorsPerAllocationUnit
 
ULONG BytesPerSector
 

Detailed Description

Definition at line 4369 of file winapi.h.

Member Data Documentation

◆ AvailableAllocationUnits

LARGE_INTEGER _FILE_FS_SIZE_INFORMATION::AvailableAllocationUnits

Definition at line 4371 of file winapi.h.

◆ BytesPerSector

ULONG _FILE_FS_SIZE_INFORMATION::BytesPerSector

Definition at line 4373 of file winapi.h.

◆ SectorsPerAllocationUnit

ULONG _FILE_FS_SIZE_INFORMATION::SectorsPerAllocationUnit

Definition at line 4372 of file winapi.h.

◆ TotalAllocationUnits

LARGE_INTEGER _FILE_FS_SIZE_INFORMATION::TotalAllocationUnits

Definition at line 4370 of file winapi.h.


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