Crossfire Server, Branches 1.12  R18729
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 138 of file win32.h.

Field Documentation

struct dirent DIR::dent

Definition at line 144 of file win32.h.

Referenced by readdir().

char* DIR::dir

Definition at line 143 of file win32.h.

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

struct _finddata_t DIR::fileinfo

Definition at line 142 of file win32.h.

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

short DIR::finished

Definition at line 141 of file win32.h.

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

long DIR::handle

Definition at line 139 of file win32.h.

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

short DIR::offset

Definition at line 140 of file win32.h.

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


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