VLC 4.0.0-dev
Loading...
Searching...
No Matches
vlc_DIR Struct Reference

Data Fields

wchar_t * wildcard
 
HANDLE fHandle
 
WIN32_FIND_DATAW wdir
 
bool eol
 
char * entry
 
union { 
 
   DWORD   drives 
 
   bool   insert_dot_dot 
 
u 
 

Field Documentation

◆ drives

DWORD vlc_DIR::drives

◆ entry

char* vlc_DIR::entry

◆ eol

bool vlc_DIR::eol

Referenced by vlc_opendir(), and vlc_readdir().

◆ fHandle

HANDLE vlc_DIR::fHandle

◆ insert_dot_dot

bool vlc_DIR::insert_dot_dot

Referenced by vlc_opendir(), and vlc_readdir().

◆ [union]

union { ... } vlc_DIR::u

◆ wdir

WIN32_FIND_DATAW vlc_DIR::wdir

◆ wildcard

wchar_t* vlc_DIR::wildcard

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