Ruby 3.3.5p100 (2024-09-03 revision ef084cc8f4958c1b6e4ead99136631bef6d8ddba)
DIR Struct Reference

Data Fields

WCHAR * start
 
WCHAR * curr
 
long size
 
long nfiles
 
long loc
 
struct direct dirstr
 
char * bits
 

Detailed Description

Definition at line 21 of file dir.h.

Field Documentation

◆ bits

char* DIR::bits

Definition at line 28 of file dir.h.

◆ curr

WCHAR* DIR::curr

Definition at line 23 of file dir.h.

◆ dirstr

struct direct DIR::dirstr

Definition at line 27 of file dir.h.

◆ loc

long DIR::loc

Definition at line 26 of file dir.h.

◆ nfiles

long DIR::nfiles

Definition at line 25 of file dir.h.

◆ size

long DIR::size

Definition at line 24 of file dir.h.

◆ start

WCHAR* DIR::start

Definition at line 22 of file dir.h.


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