nw::lyt::ARCDirEntry Structure

Syntax

struct ARCDirEntry
{
   ARCHandle * handle;
   u32 entryNum;
   bool isDir;
   wchar_t * name;
};

Description

Directory entry structure.

Member Variables

handle ARCHandle *
entryNum u32
isDir bool
name wchar_t *

CONFIDENTIAL