Crossfire Server, Trunk
DIR Struct Reference

#include <win32.h>

+ Collaboration diagram for DIR:

Data Fields

struct dirent dent
 
char * dir
 
struct _finddata_t fileinfo
 
short finished
 
long handle
 
short offset
 

Detailed Description

Definition at line 120 of file win32.h.

Field Documentation

◆ dent

struct dirent DIR::dent

Definition at line 126 of file win32.h.

Referenced by readdir().

◆ dir

char* DIR::dir

Definition at line 125 of file win32.h.

Referenced by closedir(), opendir(), and rewinddir().

◆ fileinfo

struct _finddata_t DIR::fileinfo

Definition at line 124 of file win32.h.

Referenced by opendir(), readdir(), and rewinddir().

◆ finished

short DIR::finished

Definition at line 123 of file win32.h.

Referenced by opendir(), readdir(), and rewinddir().

◆ handle

long DIR::handle

Definition at line 121 of file win32.h.

Referenced by closedir(), opendir(), readdir(), and rewinddir().

◆ offset

short DIR::offset

Definition at line 122 of file win32.h.

Referenced by opendir(), readdir(), and rewinddir().


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