Describes a directory. More...
#include "memfs.h"
Data Fields | |
uint32 | nEntries |
The number of array elements available in the entries array. | |
struct _MFSNODE ** | entries |
Pointer to the base of the entries array. One or more elements of the array may be NULL . | |
HqBool | fDynamicList |
Indicates whether entries points to runtime-allocated memory, and thus whether it should be freed when the array is grown or when the directory is deleted. | |
Describes a directory.