_AlpVolumeSvcsFSinfo Struct Reference
[Volume Services]

#include <volumesvcs_types.h>


Detailed Description

File System info block, AlpVolumesvcsFSinfo returns a GArray of these.


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


Field Documentation

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

index of this entry in the GArray as first received

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


The documentation for this struct was generated from the following file:
Generated on Wed Jul 30 07:06:41 2008 by Doxygen 1.4.6 for ALP SDK + Hiker Documentation

Copyright © 1999-2008 ACCESS CO., LTD. All rights reserved.