Crossfire Server, Branch 1.12  R12190
Data Fields
DIR Struct Reference

#include <win32.h>

Collaboration diagram for DIR:
Collaboration graph
[legend]

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().

Definition at line 141 of file win32.h.

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

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: