#include <volumesvcs_types.h>
Data Fields | |
| gchar * | card_type |
| only advisory but if possible will be USB, MMC, SF, etc. | |
| gchar * | dev_path |
| /dev path to this device if pluggable NULL otherwise | |
| guint32 | flags |
| flags for this entry as defined below | |
| gchar * | fs_path |
| present if the storage is accessible as a file system NULL otherwise | |
| guint | index |
| i.e. user inserts or removes will render such inaccurate | |
| AlpVolumeSvcsKind | kind |
| The type of volume this is: external, internal, or ROM. | |
| gchar * | name |
| optional label on the volume (e.g.myphotos) | |
| gchar * | slot |
| optional vendor supplied name of the slot (e.g. top) | |
| guint64 | total_files |
| total allowed files on this storage (mounted volumes only) | |
| guint64 | total_space |
| total storage size in bytes (mounted volumes only) | |
| gchar * | udi |
| present if a pluggable device holds this storage NULL otherwise | |
| guint64 | used_files |
| existing files on this storage (mounted volumes only) | |
| guint64 | used_space |
| used space in bytes (mounted volumes only) | |
| gchar * | uuid |
| a string unique to this storage if pluggable NULL otherwise | |
| gchar * | vendor_model |
| optional string of manufactuer & model of the device | |
|
|
only advisory but if possible will be USB, MMC, SF, etc.
|
|
|
/dev path to this device if pluggable NULL otherwise
|
|
|
flags for this entry as defined below
|
|
|
present if the storage is accessible as a file system NULL otherwise
|
|
|
i.e. user inserts or removes will render such inaccurate index of this entry in the GArray as first received |
|
|
The type of volume this is: external, internal, or ROM.
|
|
|
optional label on the volume (e.g.myphotos)
|
|
|
optional vendor supplied name of the slot (e.g. top)
|
|
|
total allowed files on this storage (mounted volumes only)
|
|
|
total storage size in bytes (mounted volumes only)
|
|
|
present if a pluggable device holds this storage NULL otherwise
|
|
|
existing files on this storage (mounted volumes only)
|
|
|
used space in bytes (mounted volumes only)
|
|
|
a string unique to this storage if pluggable NULL otherwise
|
|
|
optional string of manufactuer & model of the device
|
Copyright © 1999-2008 ACCESS CO., LTD. All rights reserved.