ReactOS 0.4.16-dev-1078-g21d3e29
_stat64 Struct Reference

#include <stat.h>

Collaboration diagram for _stat64:

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
 
__time64_t st_atime
 
__time64_t st_mtime
 
__time64_t st_ctime
 

Detailed Description

Definition at line 69 of file stat.h.

Member Data Documentation

◆ st_atime

__time64_t _stat64::st_atime

Definition at line 79 of file stat.h.

Referenced by _fstat32i64().

◆ st_ctime

__time64_t _stat64::st_ctime

Definition at line 81 of file stat.h.

Referenced by _fstat32i64().

◆ st_dev

_dev_t _stat64::st_dev

Definition at line 71 of file stat.h.

Referenced by _fstat32i64().

◆ st_gid

short _stat64::st_gid

Definition at line 76 of file stat.h.

Referenced by _fstat32i64().

◆ st_ino

_ino_t _stat64::st_ino

Definition at line 72 of file stat.h.

Referenced by _fstat32i64().

◆ st_mode

unsigned short _stat64::st_mode

Definition at line 73 of file stat.h.

Referenced by _fstat32i64().

◆ st_mtime

__time64_t _stat64::st_mtime

Definition at line 80 of file stat.h.

Referenced by _fstat32i64().

◆ st_nlink

short _stat64::st_nlink

Definition at line 74 of file stat.h.

Referenced by _fstat32i64().

◆ st_rdev

_dev_t _stat64::st_rdev

Definition at line 77 of file stat.h.

Referenced by _fstat32i64().

◆ st_size

__int64 _stat64::st_size

Definition at line 78 of file stat.h.

Referenced by _fstat32i64().

◆ st_uid

short _stat64::st_uid

Definition at line 75 of file stat.h.

Referenced by _fstat32i64().


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