ReactOS 0.4.15-dev-7942-gd23573b
MSVCRT__stat32 Struct Reference

#include <msvcrt.h>

Collaboration diagram for MSVCRT__stat32:

Public Attributes

MSVCRT__dev_t st_dev
 
MSVCRT__ino_t st_ino
 
unsigned short st_mode
 
short st_nlink
 
short st_uid
 
short st_gid
 
MSVCRT__dev_t st_rdev
 
MSVCRT__off_t st_size
 
MSVCRT___time32_t st_atime
 
MSVCRT___time32_t st_mtime
 
MSVCRT___time32_t st_ctime
 

Detailed Description

Definition at line 506 of file msvcrt.h.

Member Data Documentation

◆ st_atime

MSVCRT___time32_t MSVCRT__stat32::st_atime

Definition at line 515 of file msvcrt.h.

◆ st_ctime

MSVCRT___time32_t MSVCRT__stat32::st_ctime

Definition at line 517 of file msvcrt.h.

◆ st_dev

MSVCRT__dev_t MSVCRT__stat32::st_dev

Definition at line 507 of file msvcrt.h.

◆ st_gid

short MSVCRT__stat32::st_gid

Definition at line 512 of file msvcrt.h.

◆ st_ino

MSVCRT__ino_t MSVCRT__stat32::st_ino

Definition at line 508 of file msvcrt.h.

◆ st_mode

unsigned short MSVCRT__stat32::st_mode

Definition at line 509 of file msvcrt.h.

◆ st_mtime

MSVCRT___time32_t MSVCRT__stat32::st_mtime

Definition at line 516 of file msvcrt.h.

◆ st_nlink

short MSVCRT__stat32::st_nlink

Definition at line 510 of file msvcrt.h.

◆ st_rdev

MSVCRT__dev_t MSVCRT__stat32::st_rdev

Definition at line 513 of file msvcrt.h.

◆ st_size

MSVCRT__off_t MSVCRT__stat32::st_size

Definition at line 514 of file msvcrt.h.

◆ st_uid

short MSVCRT__stat32::st_uid

Definition at line 511 of file msvcrt.h.


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