ps2sdk  1.1
A collection of Open Source libraries used for developing applications on Sony's PlayStation 2® (PS2).
t_hddInfo Struct Reference

#include <libhdd.h>

Data Fields

u32 hddSize
 
u32 hddFree
 
u32 hddMaxPartitionSize
 

Detailed Description

Definition at line 54 of file libhdd.h.

Field Documentation

◆ hddFree

u32 t_hddInfo::hddFree

Free space on the HDD in mega-bytes

Definition at line 58 of file libhdd.h.

◆ hddMaxPartitionSize

u32 t_hddInfo::hddMaxPartitionSize

The maximum size allowed for a single partition, in mega-bytes

Definition at line 60 of file libhdd.h.

◆ hddSize

u32 t_hddInfo::hddSize

Total size of the HDD in mega-bytes

Definition at line 56 of file libhdd.h.


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