nw::lyt::ARCOpenDir Function
NW_INLINE bool ARCOpenDir(
ARCHandle * handle,
ARCDirEntry * dirent,
ARCDir * dir
);
| Name | Description | |
|---|---|---|
| in | handle | An ARCHandle structure. |
| in | dirent | The directory entry structure representing the directory to open. |
| out | dir | The directory structure to be initialized. |
Opens a directory.
Opens the directory represented by the directory entry structure and initializes the specified ARCDir structure.
The entry indicated by the directory entry structure must represent a directory.
The directory structure must be initialized beforehand using ARCReadDir().
The ARCHandle structure must be initialized beforehand using ARCInitHandle.
CONFIDENTIAL