vdsFolder.h File Reference
Detailed Description
This file provides the API needed to access a VDSF folder.
#include <vdsf/vdsCommon.h>
Include dependency graph for vdsFolder.h:
This graph shows which files directly or indirectly include this file:
Functions | |
VDSF_EXPORT int | vdsFolderClose (VDS_HANDLE objectHandle) |
Close a folder. | |
VDSF_EXPORT int | vdsFolderGetFirst (VDS_HANDLE objectHandle, vdsFolderEntry *pEntry) |
Iterate through the folder - no data items are removed from the folder by this function. | |
VDSF_EXPORT int | vdsFolderGetNext (VDS_HANDLE objectHandle, vdsFolderEntry *pEntry) |
Iterate through the folder. | |
VDSF_EXPORT int | vdsFolderOpen (VDS_HANDLE sessionHandle, const char *folderName, size_t nameLengthInBytes, VDS_HANDLE *objectHandle) |
Open an existing folder (see vdsCreateObject to create a new folder). | |
VDSF_EXPORT int | vdsFolderStatus (VDS_HANDLE objectHandle, vdsObjStatus *pStatus) |
Return the status of the folder. |
Last updated on April 07, 2008.