![]() |
ZenWINX Architecture - Reference Manual - Guides |
|
Disk volumes managing code. More...
Go to the source code of this file.
Functions | |
BOOLEAN | internal_open_rootdir (unsigned char letter, HANDLE *phFile) |
Opens a root directory of the volume. | |
int __stdcall | winx_fbsize (ULONGLONG number, int digits, char *buffer, int length) |
Converts the 64-bit number of bytes to a human readable format. | |
int __stdcall | winx_dfbsize (char *string, ULONGLONG *pnumber) |
Decodes a formatted string produced by winx_fbsize(). | |
int __stdcall | winx_get_drive_type (char letter) |
Win32 GetDriveType() native equivalent. | |
int __stdcall | winx_get_volume_size (char letter, LARGE_INTEGER *ptotal, LARGE_INTEGER *pfree) |
Retrieves a size and a free space amount of the volume. | |
int __stdcall | winx_get_filesystem_name (char letter, char *buffer, int length) |
Retrieves a name of filesystem containing on the volume. |
Disk volumes managing code.
Definition in file volume.c.