ReactOS 0.4.16-dev-1093-g93e9710
_stat32i64 Struct Reference

#include <stat.h>

Collaboration diagram for _stat32i64:

Public Attributes

_dev_t st_dev
 
_ino_t st_ino
 
unsigned short st_mode
 
short st_nlink
 
short st_uid
 
short st_gid
 
_dev_t st_rdev
 
__int64 st_size
 
__time32_t st_atime
 
__time32_t st_mtime
 
__time32_t st_ctime
 

Detailed Description

Definition at line 39 of file stat.h.

Member Data Documentation

◆ st_atime

__time32_t _stat32i64::st_atime

Definition at line 49 of file stat.h.

Referenced by _fstat32i64().

◆ st_ctime

__time32_t _stat32i64::st_ctime

Definition at line 51 of file stat.h.

Referenced by _fstat32i64().

◆ st_dev

_dev_t _stat32i64::st_dev

Definition at line 41 of file stat.h.

Referenced by _fstat32i64().

◆ st_gid

short _stat32i64::st_gid

Definition at line 46 of file stat.h.

Referenced by _fstat32i64().

◆ st_ino

_ino_t _stat32i64::st_ino

Definition at line 42 of file stat.h.

Referenced by _fstat32i64().

◆ st_mode

unsigned short _stat32i64::st_mode

Definition at line 43 of file stat.h.

Referenced by _fstat32i64().

◆ st_mtime

__time32_t _stat32i64::st_mtime

Definition at line 50 of file stat.h.

Referenced by _fstat32i64().

◆ st_nlink

short _stat32i64::st_nlink

Definition at line 44 of file stat.h.

Referenced by _fstat32i64().

◆ st_rdev

_dev_t _stat32i64::st_rdev

Definition at line 47 of file stat.h.

Referenced by _fstat32i64().

◆ st_size

__int64 _stat32i64::st_size

Definition at line 48 of file stat.h.

Referenced by _fstat32i64().

◆ st_uid

short _stat32i64::st_uid

Definition at line 45 of file stat.h.

Referenced by _fstat32i64().


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