VAPOR3 3.9.4
Public Attributes | List of all members
_WDIR Struct Reference

#include <direntWin32.h>

Public Attributes

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

Detailed Description

Definition at line 174 of file direntWin32.h.

Member Data Documentation

◆ cached

int _WDIR::cached

Definition at line 177 of file direntWin32.h.

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

◆ data

WIN32_FIND_DATAW _WDIR::data

Definition at line 176 of file direntWin32.h.

Referenced by dirent_first(), and dirent_next().

◆ ent

struct _wdirent _WDIR::ent

Definition at line 175 of file direntWin32.h.

Referenced by _wreaddir().

◆ handle

HANDLE _WDIR::handle

Definition at line 178 of file direntWin32.h.

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

◆ patt

wchar_t* _WDIR::patt

Definition at line 179 of file direntWin32.h.

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


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