Rizin
unix-like reverse engineering framework and cli tools
|
#include <winapi.h>
Public Attributes | |
LARGE_INTEGER | CreationTime |
LARGE_INTEGER | LastAccessTime |
LARGE_INTEGER | LastWriteTime |
LARGE_INTEGER | ChangeTime |
DWORD | FileAttributes |
LARGE_INTEGER _FILE_BASIC_INFORMATION::ChangeTime |
Definition at line 4265 of file winapi.h.
Referenced by fs__stat_handle().
LARGE_INTEGER _FILE_BASIC_INFORMATION::CreationTime |
Definition at line 4262 of file winapi.h.
Referenced by fs__stat_handle().
DWORD _FILE_BASIC_INFORMATION::FileAttributes |
Definition at line 4266 of file winapi.h.
Referenced by fs__fchmod(), and fs__stat_handle().
LARGE_INTEGER _FILE_BASIC_INFORMATION::LastAccessTime |
Definition at line 4263 of file winapi.h.
Referenced by fs__stat_handle().
LARGE_INTEGER _FILE_BASIC_INFORMATION::LastWriteTime |
Definition at line 4264 of file winapi.h.
Referenced by fs__stat_handle().