hollyhock
Public Types | Public Attributes | List of all members
findInfo Struct Reference

#include <file.hpp>

Public Types

enum  : uint16_t { EntryTypeFile = 0x1 , EntryTypeDirectory = 0x5 }
 The type of entry which was located.
 

Public Attributes

uint8_t unknown0 [4]
 
enum findInfo:: { ... }  type
 The type of entry which was located.
 
uint8_t unknown1 [2]
 
uint32_t size
 
uint8_t unknown2 [8]
 

Detailed Description

Information about a file/directory, as returned from findFirst or findNext.

Member Data Documentation

◆ size

uint32_t findInfo::size

The size of the entry, in bytes. If the entry is a directory, size is zero.


The documentation for this struct was generated from the following file: