Blender  V3.3
Public Attributes | List of all members
dirent Struct Reference

#include <BLI_winstuff.h>

Public Attributes

int d_ino
 
int d_off
 
unsigned short d_reclen
 
char * d_name
 

Detailed Description

Directory reading compatibility with UNIX.

Definition at line 76 of file BLI_winstuff.h.

Member Data Documentation

◆ d_ino

int dirent::d_ino

Definition at line 77 of file BLI_winstuff.h.

◆ d_name

char* dirent::d_name

◆ d_off

int dirent::d_off

Definition at line 78 of file BLI_winstuff.h.

◆ d_reclen

unsigned short dirent::d_reclen

Definition at line 79 of file BLI_winstuff.h.


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