FireSync API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
kStorageItem.h
Go to the documentation of this file.
1 
8 #ifndef K_FIRESYNC_STORAGE_ITEM_H
9 #define K_FIRESYNC_STORAGE_ITEM_H
10 
11 #include <kFireSync/kNodeDef.h>
12 
19 //typedef kObject kStorageItem; --forward-declared in kFsDef.x.h
20 
30 kFsFx(kSize) kStorageItem_Size(kStorageItem storage);
31 
39 kFsFx(const kChar*) kStorageItem_Name(kStorageItem storage);
40 
49 
50 #include <kFireSync/Client/kStorageItem.x.h>
51 
52 #endif
Represents the type of storage entry.
kStorageEntry kStorageItem_EntryType(kStorageItem storage)
Reports item's entry type.
kSize kStorageItem_Size(kStorageItem storage)
Reports item size.
Essential declarations related to FireSync nodes.
Represents a storage item.
const kChar * kStorageItem_Name(kStorageItem storage)
Reports item name.