Ring Daemon 16.0.0
Loading...
Searching...
No Matches
_WDIR Struct Reference

#include <windirent.h>

Collaboration diagram for _WDIR:
Collaboration graph

Public Attributes

int cached
 
WIN32_FIND_DATAW data
 
struct _wdirent ent
 
HANDLE handle
 
wchar_t * patt
 

Detailed Description

Definition at line 231 of file windirent.h.

Member Data Documentation

◆ cached

int _WDIR::cached

Definition at line 240 of file windirent.h.

Referenced by _wopendir(), dirent_first(), and dirent_next().

◆ data

WIN32_FIND_DATAW _WDIR::data

Definition at line 237 of file windirent.h.

Referenced by dirent_first(), and dirent_next().

◆ ent

struct _wdirent _WDIR::ent

Definition at line 234 of file windirent.h.

Referenced by _wreaddir().

◆ handle

HANDLE _WDIR::handle

Definition at line 243 of file windirent.h.

Referenced by _wclosedir(), _wopendir(), _wrewinddir(), dirent_first(), and dirent_next().

◆ patt

wchar_t* _WDIR::patt

Definition at line 246 of file windirent.h.

Referenced by _wclosedir(), _wopendir(), and dirent_first().


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