php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
DIR_W32 Struct Reference

#include <readdir.h>

Data Fields

HANDLE handle
 
uint32_t offset
 
uint8_t finished
 
WIN32_FIND_DATAW fileinfo
 
wchar_t * dirw
 
struct dirent dent
 

Detailed Description

Definition at line 33 of file readdir.h.

Field Documentation

◆ dent

struct dirent DIR_W32::dent

Definition at line 39 of file readdir.h.

◆ dirw

wchar_t* DIR_W32::dirw

Definition at line 38 of file readdir.h.

◆ fileinfo

WIN32_FIND_DATAW DIR_W32::fileinfo

Definition at line 37 of file readdir.h.

◆ finished

uint8_t DIR_W32::finished

Definition at line 36 of file readdir.h.

◆ handle

HANDLE DIR_W32::handle

Definition at line 34 of file readdir.h.

◆ offset

uint32_t DIR_W32::offset

Definition at line 35 of file readdir.h.


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