Struct _psyiage_diskinfo¶
Defined in File psyiagesdk.h
Struct Documentation¶
-
struct
_psyiage_diskinfo
¶ Disk Information Details of storage devices attached to the system.
Public Members
-
char
devname
[16]¶
-
char
model
[64]¶
-
char
vendor
[64]¶
-
char
serial
[64]¶
-
uint64_t
size
¶
-
int
partnum
¶
-
uint64_t
start
¶
-
struct _psyiage_diskinfo::[anonymous]::[anonymous]
partition
[MAX_PARTS
]¶
-
int
numparts
¶
-
struct _psyiage_diskinfo::[anonymous]
disk
[MAX_DISKS
]¶ Array of all storage devices found on the system.
-
unsigned int
numdisks
¶ Number of storage devices found on the system.
-
char