Rizin
unix-like reverse engineering framework and cli tools
_FILE_BASIC_INFORMATION Struct Reference

#include <winapi.h>

Public Attributes

LARGE_INTEGER CreationTime
 
LARGE_INTEGER LastAccessTime
 
LARGE_INTEGER LastWriteTime
 
LARGE_INTEGER ChangeTime
 
DWORD FileAttributes
 

Detailed Description

Definition at line 4261 of file winapi.h.

Member Data Documentation

◆ ChangeTime

LARGE_INTEGER _FILE_BASIC_INFORMATION::ChangeTime

Definition at line 4265 of file winapi.h.

Referenced by fs__stat_handle().

◆ CreationTime

LARGE_INTEGER _FILE_BASIC_INFORMATION::CreationTime

Definition at line 4262 of file winapi.h.

Referenced by fs__stat_handle().

◆ FileAttributes

DWORD _FILE_BASIC_INFORMATION::FileAttributes

Definition at line 4266 of file winapi.h.

Referenced by fs__fchmod(), and fs__stat_handle().

◆ LastAccessTime

LARGE_INTEGER _FILE_BASIC_INFORMATION::LastAccessTime

Definition at line 4263 of file winapi.h.

Referenced by fs__stat_handle().

◆ LastWriteTime

LARGE_INTEGER _FILE_BASIC_INFORMATION::LastWriteTime

Definition at line 4264 of file winapi.h.

Referenced by fs__stat_handle().


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